Html Css Color HEX #A0C80B Citrus

📋 copy color: '#A0C80B'

red 160 ◦ green 200 ◦ blue 11

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

Shades of Citrus #A0C80B

Tints of Citrus #A0C80B

RGB

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

 GREEN value IS 200 (78.52% from 255) = 53.91%

 BLUE value IS 11 (4.69% from 255) = 2.96%

R = 43.13%
G = 53.91%
B = 2.96%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#A0C80B (or 0xA0C80B) is known color: Citrus. HEX triplet: A0, C8 and 0B. RGB value is (160,200,11). Sum of RGB (Red+Green+Blue) = 160+200+11=371 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.13% from 371); Green value is 200 (78.52% from 255 or 53.91% from 371); Blue value is 11 (4.69% from 255 or 2.96% from 371); Max value from RGB is 200 - color contains mainly: green. Hex color #A0C80B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0C80B is #5F37F4. Grayscale: #A7A7A7. Windows color (decimal): -6240245 or 772256. OLE color: 772256.

HSL color Cylindrical-coordinate representation of color #A0C80B: hue angle of 72.7º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A0C80B is Cyan = 0.2, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.22.

Color convert

RGB 160 200 11 -
CMYK 0.2 0 0.94 0.22
HSL 72.7º 0.9% 0.41% -
HSV(B) 72.7º 0.95% 0.78% -
XYZ 35.21 48.81 7.88 -
YUV 166.49 40.25 123.37 -
System Red Green Blue C M Y K H S L
Decimal 160 200 11 0.2 0 0.94 0.22 72.7 0.9 0.41
Hex A0 C8 B 14 0 5E 16 49 5A 29
Octal 240 310 13 24 0 136 26 111 132 51
Binary 10100000 11001000 1011 10100 0 1011110 10110 1001001 1011010 101001

Color Harmonies of #A0C80B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C80B

Black with #A0C80B

Text Example


Text Example

White with #A0C80B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C80B; }

 p { color: rgb(160,200,11); }

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

background-color css

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

 a { background-color: rgb(160,200,11); }

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

border-color css

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

 span { border-color: rgb(160,200,11); }

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