Html Css Color HEX #AAF35D Conifer

📋 copy color: '#AAF35D'

red 170 ◦ green 243 ◦ blue 93

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

Shades of Conifer #AAF35D

Tints of Conifer #AAF35D

RGB

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

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

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

R = 33.6%
G = 48.02%
B = 18.38%

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

#AAF35D (or 0xAAF35D) is known color: Conifer. HEX triplet: AA, F3 and 5D. RGB value is (170,243,93). Sum of RGB (Red+Green+Blue) = 170+243+93=506 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.60% from 506); Green value is 243 (95.31% from 255 or 48.02% from 506); Blue value is 93 (36.72% from 255 or 18.38% from 506); Max value from RGB is 243 - color contains mainly: green. Hex color #AAF35D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF35D is #550CA2. Grayscale: #CCCCCC. Windows color (decimal): -5573795 or 6157226. OLE color: 6157226.

HSL color Cylindrical-coordinate representation of color #AAF35D: hue angle of 89.2º 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 #AAF35D is Cyan = 0.30, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.05.

Color convert

RGB 170 243 93 -
CMYK 0.30 0 0.62 0.05
HSL 89.2º 0.86% 0.66% -
HSV(B) 89.2º 0.62% 0.95% -
XYZ 50.6 73.44 21.86 -
YUV 204.07 65.32 103.7 -
System Red Green Blue C M Y K H S L
Decimal 170 243 93 0.30 0 0.62 0.05 89.2 0.86 0.66
Hex AA F3 5D 1E 0 3E 5 59 56 42
Octal 252 363 135 36 0 76 5 131 126 102
Binary 10101010 11110011 1011101 11110 0 111110 101 1011001 1010110 1000010

Color Harmonies of #AAF35D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF35D

Black with #AAF35D

Text Example


Text Example

White with #AAF35D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF35D; }

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

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

background-color css

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

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

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

border-color css

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

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

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