Html Css Color HEX #A0BA08 Citrus

📋 copy color: '#A0BA08'

red 160 ◦ green 186 ◦ blue 8

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

Shades of Citrus #A0BA08

Tints of Citrus #A0BA08

RGB

 RED value IS 160 (62.89% from 255) = 45.2%

 GREEN value IS 186 (73.05% from 255) = 52.54%

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

R = 45.2%
G = 52.54%
B = 2.26%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#A0BA08 (or 0xA0BA08) is known color: Citrus. HEX triplet: A0, BA and 08. RGB value is (160,186,8). Sum of RGB (Red+Green+Blue) = 160+186+8=354 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.20% from 354); Green value is 186 (73.05% from 255 or 52.54% from 354); Blue value is 8 (3.52% from 255 or 2.26% from 354); Max value from RGB is 186 - color contains mainly: green. Hex color #A0BA08 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0BA08 is #5F45F7. Grayscale: #9E9E9E. Windows color (decimal): -6243832 or 572064. OLE color: 572064.

HSL color Cylindrical-coordinate representation of color #A0BA08: hue angle of 68.76º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A0BA08 is Cyan = 0.14, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.27.

Color convert

RGB 160 186 8 -
CMYK 0.14 0 0.96 0.27
HSL 68.76º 0.92% 0.38% -
HSV(B) 68.76º 0.96% 0.73% -
XYZ 32.1 42.61 6.76 -
YUV 157.93 43.39 129.47 -
System Red Green Blue C M Y K H S L
Decimal 160 186 8 0.14 0 0.96 0.27 68.76 0.92 0.38
Hex A0 BA 8 E 0 60 1B 45 5C 26
Octal 240 272 10 16 0 140 33 105 134 46
Binary 10100000 10111010 1000 1110 0 1100000 11011 1000101 1011100 100110

Color Harmonies of #A0BA08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BA08

Black with #A0BA08

Text Example


Text Example

White with #A0BA08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BA08; }

 p { color: rgb(160,186,8); }

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

background-color css

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

 a { background-color: rgb(160,186,8); }

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

border-color css

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

 span { border-color: rgb(160,186,8); }

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