Html Css Color HEX #A1C304 Citrus

📋 copy color: '#A1C304'

red 161 ◦ green 195 ◦ blue 4

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

Shades of Citrus #A1C304

Tints of Citrus #A1C304

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.11%

R = 44.72%
G = 54.17%
B = 1.11%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#A1C304 (or 0xA1C304) is known color: Citrus. HEX triplet: A1, C3 and 04. RGB value is (161,195,4). Sum of RGB (Red+Green+Blue) = 161+195+4=360 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.72% from 360); Green value is 195 (76.56% from 255 or 54.17% from 360); Blue value is 4 (1.95% from 255 or 1.11% from 360); Max value from RGB is 195 - color contains mainly: green. Hex color #A1C304 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1C304 is #5E3CFB. Grayscale: #A3A3A3. Windows color (decimal): -6175996 or 312225. OLE color: 312225.

HSL color Cylindrical-coordinate representation of color #A1C304: hue angle of 70.68º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A1C304 is Cyan = 0.17, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.24.

Color convert

RGB 161 195 4 -
CMYK 0.17 0 0.98 0.24
HSL 70.68º 0.96% 0.39% -
HSV(B) 70.68º 0.98% 0.76% -
XYZ 34.23 46.62 7.31 -
YUV 163.06 38.24 126.53 -
System Red Green Blue C M Y K H S L
Decimal 161 195 4 0.17 0 0.98 0.24 70.68 0.96 0.39
Hex A1 C3 4 11 0 62 18 47 60 27
Octal 241 303 4 21 0 142 30 107 140 47
Binary 10100001 11000011 100 10001 0 1100010 11000 1000111 1100000 100111

Color Harmonies of #A1C304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1C304

Black with #A1C304

Text Example


Text Example

White with #A1C304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1C304; }

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

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

background-color css

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

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

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

border-color css

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

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

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