Html Css Color HEX #A1C30C Citrus

📋 copy color: '#A1C30C'

red 161 ◦ green 195 ◦ blue 12

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

Shades of Citrus #A1C30C

Tints of Citrus #A1C30C

RGB

 RED value IS 161 (63.28% from 255) = 43.75%

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

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

R = 43.75%
G = 52.99%
B = 3.26%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#A1C30C (or 0xA1C30C) is known color: Citrus. HEX triplet: A1, C3 and 0C. RGB value is (161,195,12). Sum of RGB (Red+Green+Blue) = 161+195+12=368 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.75% from 368); Green value is 195 (76.56% from 255 or 52.99% from 368); Blue value is 12 (5.08% from 255 or 3.26% from 368); Max value from RGB is 195 - color contains mainly: green. Hex color #A1C30C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1C30C is #5E3CF3. Grayscale: #A4A4A4. Windows color (decimal): -6175988 or 836513. OLE color: 836513.

HSL color Cylindrical-coordinate representation of color #A1C30C: hue angle of 71.15º 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 #A1C30C is Cyan = 0.17, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.24.

Color convert

RGB 161 195 12 -
CMYK 0.17 0 0.94 0.24
HSL 71.15º 0.88% 0.41% -
HSV(B) 71.15º 0.94% 0.76% -
XYZ 34.28 46.63 7.54 -
YUV 163.97 42.24 125.88 -
System Red Green Blue C M Y K H S L
Decimal 161 195 12 0.17 0 0.94 0.24 71.15 0.88 0.41
Hex A1 C3 C 11 0 5E 18 47 58 29
Octal 241 303 14 21 0 136 30 107 130 51
Binary 10100001 11000011 1100 10001 0 1011110 11000 1000111 1011000 101001

Color Harmonies of #A1C30C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1C30C

Black with #A1C30C

Text Example


Text Example

White with #A1C30C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1C30C; }

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

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

background-color css

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

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

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

border-color css

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

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

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