Html Css Color HEX #A4CF32 Yellow Green

📋 copy color: '#A4CF32'

red 164 ◦ green 207 ◦ blue 50

#A4CF32
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Yellow Green #A4CF32

Tints of Yellow Green #A4CF32

RGB

 RED value IS 164 (64.45% from 255) = 38.95%

 GREEN value IS 207 (81.25% from 255) = 49.17%

 BLUE value IS 50 (19.92% from 255) = 11.88%

R = 38.95%
G = 49.17%
B = 11.88%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.76

 K value IS 0.19

RGB Variations

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

Color information

#A4CF32 (or 0xA4CF32) is known color: Yellow Green. HEX triplet: A4, CF and 32. RGB value is (164,207,50). Sum of RGB (Red+Green+Blue) = 164+207+50=421 (55% of max value = 765). Red value is 164 (64.45% from 255 or 38.95% from 421); Green value is 207 (81.25% from 255 or 49.17% from 421); Blue value is 50 (19.92% from 255 or 11.88% from 421); Max value from RGB is 207 - color contains mainly: green. Hex color #A4CF32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4CF32 is #5B30CD. Grayscale: #B0B0B0. Windows color (decimal): -5976270 or 3329956. OLE color: 3329956.

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

Color convert

RGB 164 207 50 -
CMYK 0.21 0 0.76 0.19
HSL 76.43º 0.62% 0.5% -
HSV(B) 76.43º 0.76% 0.81% -
XYZ 38.2 52.75 11.19 -
YUV 176.25 56.75 119.27 -
System Red Green Blue C M Y K H S L
Decimal 164 207 50 0.21 0 0.76 0.19 76.43 0.62 0.5
Hex A4 CF 32 15 0 4C 13 4C 3E 32
Octal 244 317 62 25 0 114 23 114 76 62
Binary 10100100 11001111 110010 10101 0 1001100 10011 1001100 111110 110010

Color Harmonies of #A4CF32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4CF32

Black with #A4CF32

Text Example


Text Example

White with #A4CF32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4CF32; }

 p { color: rgb(164,207,50); }

 H1.HeaderClassName
 {
   color: #A4CF32;
 }
 .AnyTagClassName
 {
   color: #A4CF32;
 }
</style>

background-color css

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

 a { background-color: rgb(164,207,50); }

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

border-color css

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

 span { border-color: rgb(164,207,50); }

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