Html Css Color HEX #AAF35C Conifer

📋 copy color: '#AAF35C'

red 170 ◦ green 243 ◦ blue 92

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

Shades of Conifer #AAF35C

Tints of Conifer #AAF35C

RGB

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

 GREEN value IS 243 (95.31% from 255) = 48.12%

 BLUE value IS 92 (36.33% from 255) = 18.22%

R = 33.66%
G = 48.12%
B = 18.22%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#AAF35C (or 0xAAF35C) is known color: Conifer. HEX triplet: AA, F3 and 5C. RGB value is (170,243,92). Sum of RGB (Red+Green+Blue) = 170+243+92=505 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.66% from 505); Green value is 243 (95.31% from 255 or 48.12% from 505); Blue value is 92 (36.33% from 255 or 18.22% from 505); Max value from RGB is 243 - color contains mainly: green. Hex color #AAF35C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF35C is #550CA3. Grayscale: #CCCCCC. Windows color (decimal): -5573796 or 6091690. OLE color: 6091690.

HSL color Cylindrical-coordinate representation of color #AAF35C: hue angle of 89.01º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AAF35C is Cyan = 0.30, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.05.

Color convert

RGB 170 243 92 -
CMYK 0.30 0 0.62 0.05
HSL 89.01º 0.86% 0.66% -
HSV(B) 89.01º 0.62% 0.95% -
XYZ 50.56 73.42 21.63 -
YUV 203.96 64.82 103.78 -
System Red Green Blue C M Y K H S L
Decimal 170 243 92 0.30 0 0.62 0.05 89.01 0.86 0.66
Hex AA F3 5C 1E 0 3E 5 59 56 42
Octal 252 363 134 36 0 76 5 131 126 102
Binary 10101010 11110011 1011100 11110 0 111110 101 1011001 1010110 1000010

Color Harmonies of #AAF35C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF35C

Black with #AAF35C

Text Example


Text Example

White with #AAF35C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF35C; }

 p { color: rgb(170,243,92); }

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

background-color css

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

 a { background-color: rgb(170,243,92); }

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

border-color css

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

 span { border-color: rgb(170,243,92); }

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