Html Css Color HEX #A0C30C Citrus

📋 copy color: '#A0C30C'

red 160 ◦ green 195 ◦ blue 12

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

Shades of Citrus #A0C30C

Tints of Citrus #A0C30C

RGB

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

 GREEN value IS 195 (76.56% from 255) = 53.13%

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

R = 43.6%
G = 53.13%
B = 3.27%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#A0C30C (or 0xA0C30C) is known color: Citrus. HEX triplet: A0, C3 and 0C. RGB value is (160,195,12). Sum of RGB (Red+Green+Blue) = 160+195+12=367 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.60% from 367); Green value is 195 (76.56% from 255 or 53.13% from 367); Blue value is 12 (5.08% from 255 or 3.27% from 367); Max value from RGB is 195 - color contains mainly: green. Hex color #A0C30C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0C30C is #5F3CF3. Grayscale: #A4A4A4. Windows color (decimal): -6241524 or 836512. OLE color: 836512.

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

Color convert

RGB 160 195 12 -
CMYK 0.18 0 0.94 0.24
HSL 71.48º 0.88% 0.41% -
HSV(B) 71.48º 0.94% 0.76% -
XYZ 34.08 46.53 7.53 -
YUV 163.67 42.4 125.38 -
System Red Green Blue C M Y K H S L
Decimal 160 195 12 0.18 0 0.94 0.24 71.48 0.88 0.41
Hex A0 C3 C 12 0 5E 18 47 58 29
Octal 240 303 14 22 0 136 30 107 130 51
Binary 10100000 11000011 1100 10010 0 1011110 11000 1000111 1011000 101001

Color Harmonies of #A0C30C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C30C

Black with #A0C30C

Text Example


Text Example

White with #A0C30C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C30C; }

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

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

background-color css

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

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

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

border-color css

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

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

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