Html Css Color HEX #AAF054 Conifer

📋 copy color: '#AAF054'

red 170 ◦ green 240 ◦ blue 84

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

Shades of Conifer #AAF054

Tints of Conifer #AAF054

RGB

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

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

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

R = 34.41%
G = 48.58%
B = 17%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.65

 K value IS 0.06

RGB Variations

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

Color information

#AAF054 (or 0xAAF054) is known color: Conifer. HEX triplet: AA, F0 and 54. RGB value is (170,240,84). Sum of RGB (Red+Green+Blue) = 170+240+84=494 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.41% from 494); Green value is 240 (94.14% from 255 or 48.58% from 494); Blue value is 84 (33.20% from 255 or 17.00% from 494); Max value from RGB is 240 - color contains mainly: green. Hex color #AAF054 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF054 is #550FAB. Grayscale: #C9C9C9. Windows color (decimal): -5574572 or 5566634. OLE color: 5566634.

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

Color convert

RGB 170 240 84 -
CMYK 0.29 0 0.65 0.06
HSL 86.92º 0.84% 0.64% -
HSV(B) 86.92º 0.65% 0.94% -
XYZ 49.34 71.51 19.59 -
YUV 201.29 61.81 105.68 -
System Red Green Blue C M Y K H S L
Decimal 170 240 84 0.29 0 0.65 0.06 86.92 0.84 0.64
Hex AA F0 54 1D 0 41 6 57 54 40
Octal 252 360 124 35 0 101 6 127 124 100
Binary 10101010 11110000 1010100 11101 0 1000001 110 1010111 1010100 1000000

Color Harmonies of #AAF054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF054

Black with #AAF054

Text Example


Text Example

White with #AAF054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF054; }

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

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

background-color css

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

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

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

border-color css

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

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

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