Html Css Color HEX #AAFC52 Conifer

📋 copy color: '#AAFC52'

red 170 ◦ green 252 ◦ blue 82

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

Shades of Conifer #AAFC52

Tints of Conifer #AAFC52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 16.27%

R = 33.73%
G = 50%
B = 16.27%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.67

 K value IS 0.01

RGB Variations

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

Color information

#AAFC52 (or 0xAAFC52) is known color: Conifer. HEX triplet: AA, FC and 52. RGB value is (170,252,82). Sum of RGB (Red+Green+Blue) = 170+252+82=504 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.73% from 504); Green value is 252 (98.83% from 255 or 50% from 504); Blue value is 82 (32.42% from 255 or 16.27% from 504); Max value from RGB is 252 - color contains mainly: green. Hex color #AAFC52 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAFC52 is #5503AD. Grayscale: #D0D0D0. Windows color (decimal): -5571502 or 5438634. OLE color: 5438634.

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

Color convert

RGB 170 252 82 -
CMYK 0.33 0 0.67 0.01
HSL 88.94º 0.97% 0.65% -
HSV(B) 88.94º 0.67% 0.99% -
XYZ 52.91 78.78 20.4 -
YUV 208.1 56.83 100.82 -
System Red Green Blue C M Y K H S L
Decimal 170 252 82 0.33 0 0.67 0.01 88.94 0.97 0.65
Hex AA FC 52 21 0 43 1 59 61 41
Octal 252 374 122 41 0 103 1 131 141 101
Binary 10101010 11111100 1010010 100001 0 1000011 1 1011001 1100001 1000001

Color Harmonies of #AAFC52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFC52

Black with #AAFC52

Text Example


Text Example

White with #AAFC52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFC52; }

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

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

background-color css

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

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

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

border-color css

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

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

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