Html Css Color HEX #A0C30B Citrus

📋 copy color: '#A0C30B'

red 160 ◦ green 195 ◦ blue 11

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

Shades of Citrus #A0C30B

Tints of Citrus #A0C30B

RGB

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

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

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

R = 43.72%
G = 53.28%
B = 3.01%

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

#A0C30B (or 0xA0C30B) is known color: Citrus. HEX triplet: A0, C3 and 0B. RGB value is (160,195,11). Sum of RGB (Red+Green+Blue) = 160+195+11=366 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.72% from 366); Green value is 195 (76.56% from 255 or 53.28% from 366); Blue value is 11 (4.69% from 255 or 3.01% from 366); Max value from RGB is 195 - color contains mainly: green. Hex color #A0C30B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0C30B is #5F3CF4. Grayscale: #A4A4A4. Windows color (decimal): -6241525 or 770976. OLE color: 770976.

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

Color convert

RGB 160 195 11 -
CMYK 0.18 0 0.94 0.24
HSL 71.41º 0.89% 0.4% -
HSV(B) 71.41º 0.94% 0.76% -
XYZ 34.07 46.53 7.5 -
YUV 163.56 41.9 125.46 -
System Red Green Blue C M Y K H S L
Decimal 160 195 11 0.18 0 0.94 0.24 71.41 0.89 0.4
Hex A0 C3 B 12 0 5E 18 47 59 28
Octal 240 303 13 22 0 136 30 107 131 50
Binary 10100000 11000011 1011 10010 0 1011110 11000 1000111 1011001 101000

Color Harmonies of #A0C30B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C30B

Black with #A0C30B

Text Example


Text Example

White with #A0C30B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C30B; }

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

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

background-color css

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

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

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

border-color css

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

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

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