Html Css Color HEX #A0C40B Citrus

📋 copy color: '#A0C40B'

red 160 ◦ green 196 ◦ blue 11

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

Shades of Citrus #A0C40B

Tints of Citrus #A0C40B

RGB

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

 GREEN value IS 196 (76.95% from 255) = 53.41%

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

R = 43.6%
G = 53.41%
B = 3%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.94

 K value IS 0.23

RGB Variations

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

Color information

#A0C40B (or 0xA0C40B) is known color: Citrus. HEX triplet: A0, C4 and 0B. RGB value is (160,196,11). Sum of RGB (Red+Green+Blue) = 160+196+11=367 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.60% from 367); Green value is 196 (76.95% from 255 or 53.41% from 367); Blue value is 11 (4.69% from 255 or 3.00% from 367); Max value from RGB is 196 - color contains mainly: green. Hex color #A0C40B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0C40B is #5F3BF4. Grayscale: #A4A4A4. Windows color (decimal): -6241269 or 771232. OLE color: 771232.

HSL color Cylindrical-coordinate representation of color #A0C40B: hue angle of 71.68º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A0C40B is Cyan = 0.18, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.23.

Color convert

RGB 160 196 11 -
CMYK 0.18 0 0.94 0.23
HSL 71.68º 0.89% 0.41% -
HSV(B) 71.68º 0.94% 0.77% -
XYZ 34.3 46.98 7.58 -
YUV 164.15 41.57 125.04 -
System Red Green Blue C M Y K H S L
Decimal 160 196 11 0.18 0 0.94 0.23 71.68 0.89 0.41
Hex A0 C4 B 12 0 5E 17 48 59 29
Octal 240 304 13 22 0 136 27 110 131 51
Binary 10100000 11000100 1011 10010 0 1011110 10111 1001000 1011001 101001

Color Harmonies of #A0C40B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C40B

Black with #A0C40B

Text Example


Text Example

White with #A0C40B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C40B; }

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

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

background-color css

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

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

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

border-color css

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

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

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