Html Css Color HEX #AAEE68 Conifer

📋 copy color: '#AAEE68'

red 170 ◦ green 238 ◦ blue 104

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

Shades of Conifer #AAEE68

Tints of Conifer #AAEE68

RGB

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

 GREEN value IS 238 (93.36% from 255) = 46.48%

 BLUE value IS 104 (41.02% from 255) = 20.31%

R = 33.2%
G = 46.48%
B = 20.31%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.56

 K value IS 0.07

RGB Variations

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

Color information

#AAEE68 (or 0xAAEE68) is known color: Conifer. HEX triplet: AA, EE and 68. RGB value is (170,238,104). Sum of RGB (Red+Green+Blue) = 170+238+104=512 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.20% from 512); Green value is 238 (93.36% from 255 or 46.48% from 512); Blue value is 104 (41.02% from 255 or 20.31% from 512); Max value from RGB is 238 - color contains mainly: green. Hex color #AAEE68 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAEE68 is #551197. Grayscale: #CACACA. Windows color (decimal): -5575064 or 6876842. OLE color: 6876842.

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

Color convert

RGB 170 238 104 -
CMYK 0.29 0 0.56 0.07
HSL 90.45º 0.8% 0.67% -
HSV(B) 90.45º 0.56% 0.93% -
XYZ 49.65 70.69 24.13 -
YUV 202.39 72.47 104.9 -
System Red Green Blue C M Y K H S L
Decimal 170 238 104 0.29 0 0.56 0.07 90.45 0.8 0.67
Hex AA EE 68 1D 0 38 7 5A 50 43
Octal 252 356 150 35 0 70 7 132 120 103
Binary 10101010 11101110 1101000 11101 0 111000 111 1011010 1010000 1000011

Color Harmonies of #AAEE68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEE68

Black with #AAEE68

Text Example


Text Example

White with #AAEE68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEE68; }

 p { color: rgb(170,238,104); }

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

background-color css

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

 a { background-color: rgb(170,238,104); }

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

border-color css

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

 span { border-color: rgb(170,238,104); }

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