Html Css Color HEX #A0CB0C Citrus

📋 copy color: '#A0CB0C'

red 160 ◦ green 203 ◦ blue 12

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

Shades of Citrus #A0CB0C

Tints of Citrus #A0CB0C

RGB

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

 GREEN value IS 203 (79.69% from 255) = 54.13%

 BLUE value IS 12 (5.08% from 255) = 3.2%

R = 42.67%
G = 54.13%
B = 3.2%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.94

 K value IS 0.20

RGB Variations

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

Color information

#A0CB0C (or 0xA0CB0C) is known color: Citrus. HEX triplet: A0, CB and 0C. RGB value is (160,203,12). Sum of RGB (Red+Green+Blue) = 160+203+12=375 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.67% from 375); Green value is 203 (79.69% from 255 or 54.13% from 375); Blue value is 12 (5.08% from 255 or 3.2% from 375); Max value from RGB is 203 - color contains mainly: green. Hex color #A0CB0C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0CB0C is #5F34F3. Grayscale: #A9A9A9. Windows color (decimal): -6239476 or 838560. OLE color: 838560.

HSL color Cylindrical-coordinate representation of color #A0CB0C: hue angle of 73.51º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A0CB0C is Cyan = 0.21, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.20.

Color convert

RGB 160 203 12 -
CMYK 0.21 0 0.94 0.20
HSL 73.51º 0.89% 0.42% -
HSV(B) 73.51º 0.94% 0.8% -
XYZ 35.92 50.21 8.15 -
YUV 168.37 39.75 122.03 -
System Red Green Blue C M Y K H S L
Decimal 160 203 12 0.21 0 0.94 0.20 73.51 0.89 0.42
Hex A0 CB C 15 0 5E 14 4A 59 2A
Octal 240 313 14 25 0 136 24 112 131 52
Binary 10100000 11001011 1100 10101 0 1011110 10100 1001010 1011001 101010

Color Harmonies of #A0CB0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0CB0C

Black with #A0CB0C

Text Example


Text Example

White with #A0CB0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0CB0C; }

 p { color: rgb(160,203,12); }

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

background-color css

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

 a { background-color: rgb(160,203,12); }

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

border-color css

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

 span { border-color: rgb(160,203,12); }

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