Html Css Color HEX #AAF254 Conifer

📋 copy color: '#AAF254'

red 170 ◦ green 242 ◦ blue 84

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

Shades of Conifer #AAF254

Tints of Conifer #AAF254

RGB

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

 GREEN value IS 242 (94.92% from 255) = 48.79%

 BLUE value IS 84 (33.2% from 255) = 16.94%

R = 34.27%
G = 48.79%
B = 16.94%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.65

 K value IS 0.05

RGB Variations

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

Color information

#AAF254 (or 0xAAF254) is known color: Conifer. HEX triplet: AA, F2 and 54. RGB value is (170,242,84). Sum of RGB (Red+Green+Blue) = 170+242+84=496 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.27% from 496); Green value is 242 (94.92% from 255 or 48.79% from 496); Blue value is 84 (33.20% from 255 or 16.94% from 496); Max value from RGB is 242 - color contains mainly: green. Hex color #AAF254 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF254 is #550DAB. Grayscale: #CBCBCB. Windows color (decimal): -5574060 or 5567146. OLE color: 5567146.

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

Color convert

RGB 170 242 84 -
CMYK 0.30 0 0.65 0.05
HSL 87.34º 0.86% 0.64% -
HSV(B) 87.34º 0.65% 0.95% -
XYZ 49.93 72.69 19.79 -
YUV 202.46 61.15 104.85 -
System Red Green Blue C M Y K H S L
Decimal 170 242 84 0.30 0 0.65 0.05 87.34 0.86 0.64
Hex AA F2 54 1E 0 41 5 57 56 40
Octal 252 362 124 36 0 101 5 127 126 100
Binary 10101010 11110010 1010100 11110 0 1000001 101 1010111 1010110 1000000

Color Harmonies of #AAF254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF254

Black with #AAF254

Text Example


Text Example

White with #AAF254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF254; }

 p { color: rgb(170,242,84); }

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

background-color css

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

 a { background-color: rgb(170,242,84); }

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

border-color css

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

 span { border-color: rgb(170,242,84); }

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