Html Css Color HEX #AABE0D Citrus

📋 copy color: '#AABE0D'

red 170 ◦ green 190 ◦ blue 13

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

Shades of Citrus #AABE0D

Tints of Citrus #AABE0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.49%

R = 45.58%
G = 50.94%
B = 3.49%

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

#AABE0D (or 0xAABE0D) is known color: Citrus. HEX triplet: AA, BE and 0D. RGB value is (170,190,13). Sum of RGB (Red+Green+Blue) = 170+190+13=373 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.58% from 373); Green value is 190 (74.61% from 255 or 50.94% from 373); Blue value is 13 (5.47% from 255 or 3.49% from 373); Max value from RGB is 190 - color contains mainly: green. Hex color #AABE0D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AABE0D is #5541F2. Grayscale: #A4A4A4. Windows color (decimal): -5587443 or 900778. OLE color: 900778.

HSL color Cylindrical-coordinate representation of color #AABE0D: hue angle of 66.78º degrees, saturation: 0.87, 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 #AABE0D is Cyan = 0.11, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.25.

Color convert

RGB 170 190 13 -
CMYK 0.11 0 0.93 0.25
HSL 66.78º 0.87% 0.4% -
HSV(B) 66.78º 0.93% 0.75% -
XYZ 35.06 45.4 7.3 -
YUV 163.84 42.87 132.39 -
System Red Green Blue C M Y K H S L
Decimal 170 190 13 0.11 0 0.93 0.25 66.78 0.87 0.4
Hex AA BE D B 0 5D 19 43 57 28
Octal 252 276 15 13 0 135 31 103 127 50
Binary 10101010 10111110 1101 1011 0 1011101 11001 1000011 1010111 101000

Color Harmonies of #AABE0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABE0D

Black with #AABE0D

Text Example


Text Example

White with #AABE0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABE0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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