Html Css Color HEX #AAED67 Conifer

📋 copy color: '#AAED67'

red 170 ◦ green 237 ◦ blue 103

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

Shades of Conifer #AAED67

Tints of Conifer #AAED67

RGB

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

 GREEN value IS 237 (92.97% from 255) = 46.47%

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

R = 33.33%
G = 46.47%
B = 20.2%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#AAED67 (or 0xAAED67) is known color: Conifer. HEX triplet: AA, ED and 67. RGB value is (170,237,103). Sum of RGB (Red+Green+Blue) = 170+237+103=510 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.33% from 510); Green value is 237 (92.97% from 255 or 46.47% from 510); Blue value is 103 (40.62% from 255 or 20.20% from 510); Max value from RGB is 237 - color contains mainly: green. Hex color #AAED67 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAED67 is #551298. Grayscale: #CACACA. Windows color (decimal): -5575321 or 6811050. OLE color: 6811050.

HSL color Cylindrical-coordinate representation of color #AAED67: hue angle of 90º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AAED67 is Cyan = 0.28, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.07.

Color convert

RGB 170 237 103 -
CMYK 0.28 0 0.57 0.07
HSL 90º 0.79% 0.67% -
HSV(B) 90º 0.57% 0.93% -
XYZ 49.31 70.09 23.76 -
YUV 201.69 72.3 105.4 -
System Red Green Blue C M Y K H S L
Decimal 170 237 103 0.28 0 0.57 0.07 90 0.79 0.67
Hex AA ED 67 1C 0 39 7 5A 4F 43
Octal 252 355 147 34 0 71 7 132 117 103
Binary 10101010 11101101 1100111 11100 0 111001 111 1011010 1001111 1000011

Color Harmonies of #AAED67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAED67

Black with #AAED67

Text Example


Text Example

White with #AAED67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAED67; }

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

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

background-color css

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

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

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

border-color css

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

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

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