Html Css Color HEX #AABC0F Citrus

📋 copy color: '#AABC0F'

red 170 ◦ green 188 ◦ blue 15

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

Shades of Citrus #AABC0F

Tints of Citrus #AABC0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.02%

R = 45.58%
G = 50.4%
B = 4.02%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.92

 K value IS 0.26

RGB Variations

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

Color information

#AABC0F (or 0xAABC0F) is known color: Citrus. HEX triplet: AA, BC and 0F. RGB value is (170,188,15). Sum of RGB (Red+Green+Blue) = 170+188+15=373 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.58% from 373); Green value is 188 (73.83% from 255 or 50.40% from 373); Blue value is 15 (6.25% from 255 or 4.02% from 373); Max value from RGB is 188 - color contains mainly: green. Hex color #AABC0F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AABC0F is #5543F0. Grayscale: #A3A3A3. Windows color (decimal): -5587953 or 1031338. OLE color: 1031338.

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

Color convert

RGB 170 188 15 -
CMYK 0.10 0 0.92 0.26
HSL 66.24º 0.85% 0.4% -
HSV(B) 66.24º 0.92% 0.74% -
XYZ 34.65 44.55 7.22 -
YUV 162.9 44.54 133.07 -
System Red Green Blue C M Y K H S L
Decimal 170 188 15 0.10 0 0.92 0.26 66.24 0.85 0.4
Hex AA BC F A 0 5C 1A 42 55 28
Octal 252 274 17 12 0 134 32 102 125 50
Binary 10101010 10111100 1111 1010 0 1011100 11010 1000010 1010101 101000

Color Harmonies of #AABC0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABC0F

Black with #AABC0F

Text Example


Text Example

White with #AABC0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABC0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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