#A5CF33

Color #A5CF33 Yellow Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yellow Green #A5CF33

Tints of Yellow Green #A5CF33

Color information

#A5CF33 (or 0xA5CF33) is unknown color: approx Yellow Green. HEX triplet: A5, CF and 33. RGB value is (165,207,51). Sum of RGB (Red+Green+Blue) = 165+207+51=423 (56% of max value = 765). Red value is 165 (64.84% from 255 or 39.01% from 423); Green value is 207 (81.25% from 255 or 48.94% from 423); Blue value is 51 (20.31% from 255 or 12.06% from 423); Max value from RGB is 207 - color contains mainly: green. Hex color #A5CF33 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5CF33 is #5A30CC. Grayscale: #B1B1B1. Windows color (decimal): -5910733 or 3395493. OLE color: 3395493.

HSL color Cylindrical-coordinate representation of color #A5CF33: hue angle of 76.15º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A5CF33 is Cyan = 0.20, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.19.

Color convert

RGB16520751-
CMYK0.2000.750.19
HSL76.15º61.9%50.59%-
HSV(B)76.15º75.36%81.18%-
XYZ38.4352.8611.31-
YUV176.6657.09119.68-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 165 (64.84% from 255) = 39.01%
GREEN value IS 207 (81.25% from 255) = 48.94%
BLUE value IS 51 (20.31% from 255) = 12.06%
R=39.01%
G=48.94%
B=12.06%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal165207510.2000.750.1976.1561.950.59
HexA5CF331404B134c3e33
Octal24531763240113231147663
Binary10100101110011111100111010001001011100111001100111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5CF33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5CF33; }

 p { color: rgb(165,207,51); }

 H1.HeaderClassName
 {
   color: #A5CF33;
 }
 .AnyTagClassName
 {
   color: #A5CF33;
 }
</style>
background-color css

<style>
 a { background-color: #A5CF33; }

 a { background-color: rgb(165,207,51); }

 div.DivClassName
 {
   background-color: #A5CF33;
 }
 .BgClassName
 {
   background-color: #A5CF33;
 }
</style>
border-color css

<style>
 span { border-color: #A5CF33; }

 span { border-color: rgb(165,207,51); }

 td.TdClassName
 {
   border-color: #A5CF33;
 }
 .TagClassName
 {
   border-color: #A5CF33;
 }
</style>