Html Css Color HEX #AAEB44 Conifer

📋 copy color: '#AAEB44'

red 170 ◦ green 235 ◦ blue 68

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

Shades of Conifer #AAEB44

Tints of Conifer #AAEB44

RGB

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

 GREEN value IS 235 (92.19% from 255) = 49.68%

 BLUE value IS 68 (26.95% from 255) = 14.38%

R = 35.94%
G = 49.68%
B = 14.38%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.71

 K value IS 0.08

RGB Variations

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

Color information

#AAEB44 (or 0xAAEB44) is known color: Conifer. HEX triplet: AA, EB and 44. RGB value is (170,235,68). Sum of RGB (Red+Green+Blue) = 170+235+68=473 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.94% from 473); Green value is 235 (92.19% from 255 or 49.68% from 473); Blue value is 68 (26.95% from 255 or 14.38% from 473); Max value from RGB is 235 - color contains mainly: green. Hex color #AAEB44 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAEB44 is #5514BB. Grayscale: #C5C5C5. Windows color (decimal): -5575868 or 4516778. OLE color: 4516778.

HSL color Cylindrical-coordinate representation of color #AAEB44: hue angle of 83.35º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AAEB44 is Cyan = 0.28, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.08.

Color convert

RGB 170 235 68 -
CMYK 0.28 0 0.71 0.08
HSL 83.35º 0.81% 0.59% -
HSV(B) 83.35º 0.71% 0.92% -
XYZ 47.33 68.38 16.17 -
YUV 196.53 55.47 109.08 -
System Red Green Blue C M Y K H S L
Decimal 170 235 68 0.28 0 0.71 0.08 83.35 0.81 0.59
Hex AA EB 44 1C 0 47 8 53 51 3B
Octal 252 353 104 34 0 107 10 123 121 73
Binary 10101010 11101011 1000100 11100 0 1000111 1000 1010011 1010001 111011

Color Harmonies of #AAEB44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEB44

Black with #AAEB44

Text Example


Text Example

White with #AAEB44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEB44; }

 p { color: rgb(170,235,68); }

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

background-color css

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

 a { background-color: rgb(170,235,68); }

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

border-color css

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

 span { border-color: rgb(170,235,68); }

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