Html Css Color HEX #A0BD01 Citrus

📋 copy color: '#A0BD01'

red 160 ◦ green 189 ◦ blue 1

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

Shades of Citrus #A0BD01

Tints of Citrus #A0BD01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.29%

R = 45.71%
G = 54%
B = 0.29%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#A0BD01 (or 0xA0BD01) is known color: Citrus. HEX triplet: A0, BD and 01. RGB value is (160,189,1). Sum of RGB (Red+Green+Blue) = 160+189+1=350 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.71% from 350); Green value is 189 (74.22% from 255 or 54% from 350); Blue value is 1 (0.78% from 255 or 0.29% from 350); Max value from RGB is 189 - color contains mainly: green. Hex color #A0BD01 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0BD01 is #5F42FE. Grayscale: #9F9F9F. Windows color (decimal): -6243071 or 114080. OLE color: 114080.

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

Color convert

RGB 160 189 1 -
CMYK 0.15 0 0.99 0.26
HSL 69.26º 0.99% 0.37% -
HSV(B) 69.26º 0.99% 0.74% -
XYZ 32.7 43.87 6.77 -
YUV 158.9 38.89 128.79 -
System Red Green Blue C M Y K H S L
Decimal 160 189 1 0.15 0 0.99 0.26 69.26 0.99 0.37
Hex A0 BD 1 F 0 63 1A 45 63 25
Octal 240 275 1 17 0 143 32 105 143 45
Binary 10100000 10111101 1 1111 0 1100011 11010 1000101 1100011 100101

Color Harmonies of #A0BD01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BD01

Black with #A0BD01

Text Example


Text Example

White with #A0BD01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BD01; }

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

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

background-color css

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

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

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

border-color css

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

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

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