Html Css Color HEX #AAF74C Conifer

📋 copy color: '#AAF74C'

red 170 ◦ green 247 ◦ blue 76

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

Shades of Conifer #AAF74C

Tints of Conifer #AAF74C

RGB

 RED value IS 170 (66.8% from 255) = 34.48%

 GREEN value IS 247 (96.88% from 255) = 50.1%

 BLUE value IS 76 (30.08% from 255) = 15.42%

R = 34.48%
G = 50.1%
B = 15.42%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.69

 K value IS 0.03

RGB Variations

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

Color information

#AAF74C (or 0xAAF74C) is known color: Conifer. HEX triplet: AA, F7 and 4C. RGB value is (170,247,76). Sum of RGB (Red+Green+Blue) = 170+247+76=493 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.48% from 493); Green value is 247 (96.88% from 255 or 50.10% from 493); Blue value is 76 (30.08% from 255 or 15.42% from 493); Max value from RGB is 247 - color contains mainly: green. Hex color #AAF74C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAF74C is #5508B3. Grayscale: #CDCDCD. Windows color (decimal): -5572788 or 5044138. OLE color: 5044138.

HSL color Cylindrical-coordinate representation of color #AAF74C: hue angle of 87.02º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AAF74C is Cyan = 0.31, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.03.

Color convert

RGB 170 247 76 -
CMYK 0.31 0 0.69 0.03
HSL 87.02º 0.91% 0.63% -
HSV(B) 87.02º 0.69% 0.97% -
XYZ 51.14 75.59 18.73 -
YUV 204.48 55.49 103.4 -
System Red Green Blue C M Y K H S L
Decimal 170 247 76 0.31 0 0.69 0.03 87.02 0.91 0.63
Hex AA F7 4C 1F 0 45 3 57 5B 3F
Octal 252 367 114 37 0 105 3 127 133 77
Binary 10101010 11110111 1001100 11111 0 1000101 11 1010111 1011011 111111

Color Harmonies of #AAF74C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF74C

Black with #AAF74C

Text Example


Text Example

White with #AAF74C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF74C; }

 p { color: rgb(170,247,76); }

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

background-color css

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

 a { background-color: rgb(170,247,76); }

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

border-color css

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

 span { border-color: rgb(170,247,76); }

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