Html Css Color HEX #AAFC62 Conifer

📋 copy color: '#AAFC62'

red 170 ◦ green 252 ◦ blue 98

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

Shades of Conifer #AAFC62

Tints of Conifer #AAFC62

RGB

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

 GREEN value IS 252 (98.83% from 255) = 48.46%

 BLUE value IS 98 (38.67% from 255) = 18.85%

R = 32.69%
G = 48.46%
B = 18.85%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.61

 K value IS 0.01

RGB Variations

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

Color information

#AAFC62 (or 0xAAFC62) is known color: Conifer. HEX triplet: AA, FC and 62. RGB value is (170,252,98). Sum of RGB (Red+Green+Blue) = 170+252+98=520 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.69% from 520); Green value is 252 (98.83% from 255 or 48.46% from 520); Blue value is 98 (38.67% from 255 or 18.85% from 520); Max value from RGB is 252 - color contains mainly: green. Hex color #AAFC62 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAFC62 is #55039D. Grayscale: #D2D2D2. Windows color (decimal): -5571486 or 6487210. OLE color: 6487210.

HSL color Cylindrical-coordinate representation of color #AAFC62: hue angle of 91.95º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AAFC62 is Cyan = 0.33, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.01.

Color convert

RGB 170 252 98 -
CMYK 0.33 0 0.61 0.01
HSL 91.95º 0.96% 0.69% -
HSV(B) 91.95º 0.61% 0.99% -
XYZ 53.59 79.05 23.99 -
YUV 209.93 64.83 99.52 -
System Red Green Blue C M Y K H S L
Decimal 170 252 98 0.33 0 0.61 0.01 91.95 0.96 0.69
Hex AA FC 62 21 0 3D 1 5C 60 45
Octal 252 374 142 41 0 75 1 134 140 105
Binary 10101010 11111100 1100010 100001 0 111101 1 1011100 1100000 1000101

Color Harmonies of #AAFC62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFC62

Black with #AAFC62

Text Example


Text Example

White with #AAFC62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFC62; }

 p { color: rgb(170,252,98); }

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

background-color css

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

 a { background-color: rgb(170,252,98); }

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

border-color css

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

 span { border-color: rgb(170,252,98); }

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