Html Css Color HEX #A2CC2F Yellow Green

📋 copy color: '#A2CC2F'

red 162 ◦ green 204 ◦ blue 47

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

Shades of Yellow Green #A2CC2F

Tints of Yellow Green #A2CC2F

RGB

 RED value IS 162 (63.67% from 255) = 39.23%

 GREEN value IS 204 (80.08% from 255) = 49.39%

 BLUE value IS 47 (18.75% from 255) = 11.38%

R = 39.23%
G = 49.39%
B = 11.38%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.77

 K value IS 0.2

RGB Variations

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

Color information

#A2CC2F (or 0xA2CC2F) is known color: Yellow Green. HEX triplet: A2, CC and 2F. RGB value is (162,204,47). Sum of RGB (Red+Green+Blue) = 162+204+47=413 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.23% from 413); Green value is 204 (80.08% from 255 or 49.39% from 413); Blue value is 47 (18.75% from 255 or 11.38% from 413); Max value from RGB is 204 - color contains mainly: green. Hex color #A2CC2F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2CC2F is #5D33D0. Grayscale: #AEAEAE. Windows color (decimal): -6108113 or 3132578. OLE color: 3132578.

HSL color Cylindrical-coordinate representation of color #A2CC2F: hue angle of 76.05º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A2CC2F is Cyan = 0.21, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.2.

Color convert

RGB 162 204 47 -
CMYK 0.21 0 0.77 0.2
HSL 76.05º 0.63% 0.49% -
HSV(B) 76.05º 0.77% 0.8% -
XYZ 37.01 51.07 10.6 -
YUV 173.54 56.59 119.77 -
System Red Green Blue C M Y K H S L
Decimal 162 204 47 0.21 0 0.77 0.2 76.05 0.63 0.49
Hex A2 CC 2F 15 0 4D 14 4C 3F 31
Octal 242 314 57 25 0 115 24 114 77 61
Binary 10100010 11001100 101111 10101 0 1001101 10100 1001100 111111 110001

Color Harmonies of #A2CC2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2CC2F

Black with #A2CC2F

Text Example


Text Example

White with #A2CC2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2CC2F; }

 p { color: rgb(162,204,47); }

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

background-color css

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

 a { background-color: rgb(162,204,47); }

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

border-color css

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

 span { border-color: rgb(162,204,47); }

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