Html Css Color HEX #AAF352 Conifer

📋 copy color: '#AAF352'

red 170 ◦ green 243 ◦ blue 82

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

Shades of Conifer #AAF352

Tints of Conifer #AAF352

RGB

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

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

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

R = 34.34%
G = 49.09%
B = 16.57%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.66

 K value IS 0.05

RGB Variations

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

Color information

#AAF352 (or 0xAAF352) is known color: Conifer. HEX triplet: AA, F3 and 52. RGB value is (170,243,82). Sum of RGB (Red+Green+Blue) = 170+243+82=495 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.34% from 495); Green value is 243 (95.31% from 255 or 49.09% from 495); Blue value is 82 (32.42% from 255 or 16.57% from 495); Max value from RGB is 243 - color contains mainly: green. Hex color #AAF352 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF352 is #550CAD. Grayscale: #CBCBCB. Windows color (decimal): -5573806 or 5436330. OLE color: 5436330.

HSL color Cylindrical-coordinate representation of color #AAF352: hue angle of 87.2º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AAF352 is Cyan = 0.30, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.05.

Color convert

RGB 170 243 82 -
CMYK 0.30 0 0.66 0.05
HSL 87.2º 0.87% 0.64% -
HSV(B) 87.2º 0.66% 0.95% -
XYZ 50.15 73.26 19.48 -
YUV 202.82 59.82 104.59 -
System Red Green Blue C M Y K H S L
Decimal 170 243 82 0.30 0 0.66 0.05 87.2 0.87 0.64
Hex AA F3 52 1E 0 42 5 57 57 40
Octal 252 363 122 36 0 102 5 127 127 100
Binary 10101010 11110011 1010010 11110 0 1000010 101 1010111 1010111 1000000

Color Harmonies of #AAF352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF352

Black with #AAF352

Text Example


Text Example

White with #AAF352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF352; }

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

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

background-color css

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

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

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

border-color css

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

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

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