Html Css Color HEX #AAF067 Conifer

📋 copy color: '#AAF067'

red 170 ◦ green 240 ◦ blue 103

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

Shades of Conifer #AAF067

Tints of Conifer #AAF067

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 20.08%

R = 33.14%
G = 46.78%
B = 20.08%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.57

 K value IS 0.06

RGB Variations

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

Color information

#AAF067 (or 0xAAF067) is known color: Conifer. HEX triplet: AA, F0 and 67. RGB value is (170,240,103). Sum of RGB (Red+Green+Blue) = 170+240+103=513 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.14% from 513); Green value is 240 (94.14% from 255 or 46.78% from 513); Blue value is 103 (40.62% from 255 or 20.08% from 513); Max value from RGB is 240 - color contains mainly: green. Hex color #AAF067 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF067 is #550F98. Grayscale: #CBCBCB. Windows color (decimal): -5574553 or 6811818. OLE color: 6811818.

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

Color convert

RGB 170 240 103 -
CMYK 0.29 0 0.57 0.06
HSL 90.66º 0.82% 0.67% -
HSV(B) 90.66º 0.57% 0.94% -
XYZ 50.19 71.85 24.05 -
YUV 203.45 71.31 104.14 -
System Red Green Blue C M Y K H S L
Decimal 170 240 103 0.29 0 0.57 0.06 90.66 0.82 0.67
Hex AA F0 67 1D 0 39 6 5B 52 43
Octal 252 360 147 35 0 71 6 133 122 103
Binary 10101010 11110000 1100111 11101 0 111001 110 1011011 1010010 1000011

Color Harmonies of #AAF067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF067

Black with #AAF067

Text Example


Text Example

White with #AAF067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF067; }

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

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

background-color css

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

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

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

border-color css

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

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

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