Html Css Color HEX #A0BD00 Citrus

📋 copy color: '#A0BD00'

red 160 ◦ green 189 ◦ blue 0

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

Shades of Citrus #A0BD00

Tints of Citrus #A0BD00

RGB

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

 GREEN value IS 189 (74.22% from 255) = 54.15%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 45.85%
G = 54.15%
B = 0%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 1

 K value IS 0.26

RGB Variations

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

Color information

#A0BD00 (or 0xA0BD00) is known color: Citrus. HEX triplet: A0, BD and 00. RGB value is (160,189,0). Sum of RGB (Red+Green+Blue) = 160+189+0=349 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.85% from 349); Green value is 189 (74.22% from 255 or 54.15% from 349); Blue value is 0 (0.39% from 255 or 0% from 349); Max value from RGB is 189 - color contains mainly: green. Hex color #A0BD00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0BD00 is #5F42FF. Grayscale: #9F9F9F. Windows color (decimal): -6243072 or 48544. OLE color: 48544.

HSL color Cylindrical-coordinate representation of color #A0BD00: hue angle of 69.21º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A0BD00 is Cyan = 0.15, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.26.

Color convert

RGB 160 189 0 -
CMYK 0.15 0 1 0.26
HSL 69.21º 1% 0.37% -
HSV(B) 69.21º 1% 0.74% -
XYZ 32.69 43.87 6.74 -
YUV 158.78 38.39 128.87 -
System Red Green Blue C M Y K H S L
Decimal 160 189 0 0.15 0 1 0.26 69.21 1 0.37
Hex A0 BD 0 F 0 64 1A 45 64 25
Octal 240 275 0 17 0 144 32 105 144 45
Binary 10100000 10111101 0 1111 0 1100100 11010 1000101 1100100 100101

Color Harmonies of #A0BD00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BD00

Black with #A0BD00

Text Example


Text Example

White with #A0BD00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BD00; }

 p { color: rgb(160,189,0); }

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

background-color css

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

 a { background-color: rgb(160,189,0); }

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

border-color css

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

 span { border-color: rgb(160,189,0); }

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