Html Css Color HEX #AAF05D Conifer

📋 copy color: '#AAF05D'

red 170 ◦ green 240 ◦ blue 93

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

Shades of Conifer #AAF05D

Tints of Conifer #AAF05D

RGB

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

 GREEN value IS 240 (94.14% from 255) = 47.71%

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

R = 33.8%
G = 47.71%
B = 18.49%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.61

 K value IS 0.06

RGB Variations

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

Color information

#AAF05D (or 0xAAF05D) is known color: Conifer. HEX triplet: AA, F0 and 5D. RGB value is (170,240,93). Sum of RGB (Red+Green+Blue) = 170+240+93=503 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.80% from 503); Green value is 240 (94.14% from 255 or 47.71% from 503); Blue value is 93 (36.72% from 255 or 18.49% from 503); Max value from RGB is 240 - color contains mainly: green. Hex color #AAF05D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF05D is #550FA2. Grayscale: #CACACA. Windows color (decimal): -5574563 or 6156458. OLE color: 6156458.

HSL color Cylindrical-coordinate representation of color #AAF05D: hue angle of 88.57º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AAF05D is Cyan = 0.29, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.06.

Color convert

RGB 170 240 93 -
CMYK 0.29 0 0.61 0.06
HSL 88.57º 0.83% 0.65% -
HSV(B) 88.57º 0.61% 0.94% -
XYZ 49.71 71.66 21.57 -
YUV 202.31 66.31 104.95 -
System Red Green Blue C M Y K H S L
Decimal 170 240 93 0.29 0 0.61 0.06 88.57 0.83 0.65
Hex AA F0 5D 1D 0 3D 6 59 53 41
Octal 252 360 135 35 0 75 6 131 123 101
Binary 10101010 11110000 1011101 11101 0 111101 110 1011001 1010011 1000001

Color Harmonies of #AAF05D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF05D

Black with #AAF05D

Text Example


Text Example

White with #AAF05D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF05D; }

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

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

background-color css

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

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

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

border-color css

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

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

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