Html Css Color HEX #AAF362 Conifer

📋 copy color: '#AAF362'

red 170 ◦ green 243 ◦ blue 98

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

Shades of Conifer #AAF362

Tints of Conifer #AAF362

RGB

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

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

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

R = 33.27%
G = 47.55%
B = 19.18%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.60

 K value IS 0.05

RGB Variations

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

Color information

#AAF362 (or 0xAAF362) is known color: Conifer. HEX triplet: AA, F3 and 62. RGB value is (170,243,98). Sum of RGB (Red+Green+Blue) = 170+243+98=511 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.27% from 511); Green value is 243 (95.31% from 255 or 47.55% from 511); Blue value is 98 (38.67% from 255 or 19.18% from 511); Max value from RGB is 243 - color contains mainly: green. Hex color #AAF362 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF362 is #550C9D. Grayscale: #CDCDCD. Windows color (decimal): -5573790 or 6484906. OLE color: 6484906.

HSL color Cylindrical-coordinate representation of color #AAF362: hue angle of 90.21º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AAF362 is Cyan = 0.30, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB 170 243 98 -
CMYK 0.30 0 0.60 0.05
HSL 90.21º 0.86% 0.67% -
HSV(B) 90.21º 0.6% 0.95% -
XYZ 50.83 73.53 23.07 -
YUV 204.64 67.82 103.29 -
System Red Green Blue C M Y K H S L
Decimal 170 243 98 0.30 0 0.60 0.05 90.21 0.86 0.67
Hex AA F3 62 1E 0 3C 5 5A 56 43
Octal 252 363 142 36 0 74 5 132 126 103
Binary 10101010 11110011 1100010 11110 0 111100 101 1011010 1010110 1000011

Color Harmonies of #AAF362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF362

Black with #AAF362

Text Example


Text Example

White with #AAF362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF362; }

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

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

background-color css

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

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

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

border-color css

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

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

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