Html Css Color HEX #AAFB5D Conifer

📋 copy color: '#AAFB5D'

red 170 ◦ green 251 ◦ blue 93

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

Shades of Conifer #AAFB5D

Tints of Conifer #AAFB5D

RGB

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

 GREEN value IS 251 (98.44% from 255) = 48.83%

 BLUE value IS 93 (36.72% from 255) = 18.09%

R = 33.07%
G = 48.83%
B = 18.09%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.63

 K value IS 0.02

RGB Variations

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

Color information

#AAFB5D (or 0xAAFB5D) is known color: Conifer. HEX triplet: AA, FB and 5D. RGB value is (170,251,93). Sum of RGB (Red+Green+Blue) = 170+251+93=514 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.07% from 514); Green value is 251 (98.44% from 255 or 48.83% from 514); Blue value is 93 (36.72% from 255 or 18.09% from 514); Max value from RGB is 251 - color contains mainly: green. Hex color #AAFB5D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAFB5D is #5504A2. Grayscale: #D1D1D1. Windows color (decimal): -5571747 or 6159274. OLE color: 6159274.

HSL color Cylindrical-coordinate representation of color #AAFB5D: hue angle of 90.76º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AAFB5D is Cyan = 0.32, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.02.

Color convert

RGB 170 251 93 -
CMYK 0.32 0 0.63 0.02
HSL 90.76º 0.95% 0.67% -
HSV(B) 90.76º 0.63% 0.98% -
XYZ 53.05 78.33 22.68 -
YUV 208.77 62.66 100.35 -
System Red Green Blue C M Y K H S L
Decimal 170 251 93 0.32 0 0.63 0.02 90.76 0.95 0.67
Hex AA FB 5D 20 0 3F 2 5B 5F 43
Octal 252 373 135 40 0 77 2 133 137 103
Binary 10101010 11111011 1011101 100000 0 111111 10 1011011 1011111 1000011

Color Harmonies of #AAFB5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFB5D

Black with #AAFB5D

Text Example


Text Example

White with #AAFB5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFB5D; }

 p { color: rgb(170,251,93); }

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

background-color css

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

 a { background-color: rgb(170,251,93); }

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

border-color css

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

 span { border-color: rgb(170,251,93); }

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