Html Css Color HEX #AABF08 Citrus

📋 copy color: '#AABF08'

red 170 ◦ green 191 ◦ blue 8

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

Shades of Citrus #AABF08

Tints of Citrus #AABF08

RGB

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

 GREEN value IS 191 (75% from 255) = 51.76%

 BLUE value IS 8 (3.52% from 255) = 2.17%

R = 46.07%
G = 51.76%
B = 2.17%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.96

 K value IS 0.25

RGB Variations

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

Color information

#AABF08 (or 0xAABF08) is known color: Citrus. HEX triplet: AA, BF and 08. RGB value is (170,191,8). Sum of RGB (Red+Green+Blue) = 170+191+8=369 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.07% from 369); Green value is 191 (75% from 255 or 51.76% from 369); Blue value is 8 (3.52% from 255 or 2.17% from 369); Max value from RGB is 191 - color contains mainly: green. Hex color #AABF08 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AABF08 is #5540F7. Grayscale: #A4A4A4. Windows color (decimal): -5587192 or 573354. OLE color: 573354.

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

Color convert

RGB 170 191 8 -
CMYK 0.11 0 0.96 0.25
HSL 66.89º 0.92% 0.39% -
HSV(B) 66.89º 0.96% 0.75% -
XYZ 35.25 45.83 7.22 -
YUV 163.86 40.04 132.38 -
System Red Green Blue C M Y K H S L
Decimal 170 191 8 0.11 0 0.96 0.25 66.89 0.92 0.39
Hex AA BF 8 B 0 60 19 43 5C 27
Octal 252 277 10 13 0 140 31 103 134 47
Binary 10101010 10111111 1000 1011 0 1100000 11001 1000011 1011100 100111

Color Harmonies of #AABF08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABF08

Black with #AABF08

Text Example


Text Example

White with #AABF08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABF08; }

 p { color: rgb(170,191,8); }

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

background-color css

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

 a { background-color: rgb(170,191,8); }

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

border-color css

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

 span { border-color: rgb(170,191,8); }

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