Html Css Color HEX #A0BE01 Citrus

📋 copy color: '#A0BE01'

red 160 ◦ green 190 ◦ blue 1

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

Shades of Citrus #A0BE01

Tints of Citrus #A0BE01

RGB

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

 GREEN value IS 190 (74.61% from 255) = 54.13%

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

R = 45.58%
G = 54.13%
B = 0.28%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#A0BE01 (or 0xA0BE01) is known color: Citrus. HEX triplet: A0, BE and 01. RGB value is (160,190,1). Sum of RGB (Red+Green+Blue) = 160+190+1=351 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.58% from 351); Green value is 190 (74.61% from 255 or 54.13% from 351); Blue value is 1 (0.78% from 255 or 0.28% from 351); Max value from RGB is 190 - color contains mainly: green. Hex color #A0BE01 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0BE01 is #5F41FE. Grayscale: #A0A0A0. Windows color (decimal): -6242815 or 114336. OLE color: 114336.

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

Color convert

RGB 160 190 1 -
CMYK 0.16 0 0.99 0.25
HSL 69.52º 0.99% 0.37% -
HSV(B) 69.52º 0.99% 0.75% -
XYZ 32.92 44.3 6.85 -
YUV 159.48 38.56 128.37 -
System Red Green Blue C M Y K H S L
Decimal 160 190 1 0.16 0 0.99 0.25 69.52 0.99 0.37
Hex A0 BE 1 10 0 63 19 46 63 25
Octal 240 276 1 20 0 143 31 106 143 45
Binary 10100000 10111110 1 10000 0 1100011 11001 1000110 1100011 100101

Color Harmonies of #A0BE01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BE01

Black with #A0BE01

Text Example


Text Example

White with #A0BE01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BE01; }

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

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

background-color css

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

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

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

border-color css

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

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

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