Html Css Color HEX #AABC0D Citrus

📋 copy color: '#AABC0D'

red 170 ◦ green 188 ◦ blue 13

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

Shades of Citrus #AABC0D

Tints of Citrus #AABC0D

RGB

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

 GREEN value IS 188 (73.83% from 255) = 50.67%

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

R = 45.82%
G = 50.67%
B = 3.5%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#AABC0D (or 0xAABC0D) is known color: Citrus. HEX triplet: AA, BC and 0D. RGB value is (170,188,13). Sum of RGB (Red+Green+Blue) = 170+188+13=371 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.82% from 371); Green value is 188 (73.83% from 255 or 50.67% from 371); Blue value is 13 (5.47% from 255 or 3.50% from 371); Max value from RGB is 188 - color contains mainly: green. Hex color #AABC0D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AABC0D is #5543F2. Grayscale: #A3A3A3. Windows color (decimal): -5587955 or 900266. OLE color: 900266.

HSL color Cylindrical-coordinate representation of color #AABC0D: hue angle of 66.17º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AABC0D is Cyan = 0.10, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.26.

Color convert

RGB 170 188 13 -
CMYK 0.10 0 0.93 0.26
HSL 66.17º 0.87% 0.39% -
HSV(B) 66.17º 0.93% 0.74% -
XYZ 34.63 44.54 7.15 -
YUV 162.67 43.54 133.23 -
System Red Green Blue C M Y K H S L
Decimal 170 188 13 0.10 0 0.93 0.26 66.17 0.87 0.39
Hex AA BC D A 0 5D 1A 42 57 27
Octal 252 274 15 12 0 135 32 102 127 47
Binary 10101010 10111100 1101 1010 0 1011101 11010 1000010 1010111 100111

Color Harmonies of #AABC0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABC0D

Black with #AABC0D

Text Example


Text Example

White with #AABC0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABC0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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