Html Css Color HEX #AABE0E Citrus

📋 copy color: '#AABE0E'

red 170 ◦ green 190 ◦ blue 14

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

Shades of Citrus #AABE0E

Tints of Citrus #AABE0E

RGB

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

 GREEN value IS 190 (74.61% from 255) = 50.8%

 BLUE value IS 14 (5.86% from 255) = 3.74%

R = 45.45%
G = 50.8%
B = 3.74%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#AABE0E (or 0xAABE0E) is known color: Citrus. HEX triplet: AA, BE and 0E. RGB value is (170,190,14). Sum of RGB (Red+Green+Blue) = 170+190+14=374 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.45% from 374); Green value is 190 (74.61% from 255 or 50.80% from 374); Blue value is 14 (5.86% from 255 or 3.74% from 374); Max value from RGB is 190 - color contains mainly: green. Hex color #AABE0E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AABE0E is #5541F1. Grayscale: #A4A4A4. Windows color (decimal): -5587442 or 966314. OLE color: 966314.

HSL color Cylindrical-coordinate representation of color #AABE0E: hue angle of 66.82º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AABE0E is Cyan = 0.11, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.25.

Color convert

RGB 170 190 14 -
CMYK 0.11 0 0.93 0.25
HSL 66.82º 0.86% 0.4% -
HSV(B) 66.82º 0.93% 0.75% -
XYZ 35.07 45.4 7.33 -
YUV 163.96 43.37 132.31 -
System Red Green Blue C M Y K H S L
Decimal 170 190 14 0.11 0 0.93 0.25 66.82 0.86 0.4
Hex AA BE E B 0 5D 19 43 56 28
Octal 252 276 16 13 0 135 31 103 126 50
Binary 10101010 10111110 1110 1011 0 1011101 11001 1000011 1010110 101000

Color Harmonies of #AABE0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABE0E

Black with #AABE0E

Text Example


Text Example

White with #AABE0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABE0E; }

 p { color: rgb(170,190,14); }

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

background-color css

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

 a { background-color: rgb(170,190,14); }

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

border-color css

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

 span { border-color: rgb(170,190,14); }

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