Html Css Color HEX #A3C304 Citrus

📋 copy color: '#A3C304'

red 163 ◦ green 195 ◦ blue 4

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

Shades of Citrus #A3C304

Tints of Citrus #A3C304

RGB

 RED value IS 163 (64.06% from 255) = 45.03%

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

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

R = 45.03%
G = 53.87%
B = 1.1%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#A3C304 (or 0xA3C304) is known color: Citrus. HEX triplet: A3, C3 and 04. RGB value is (163,195,4). Sum of RGB (Red+Green+Blue) = 163+195+4=362 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.03% from 362); Green value is 195 (76.56% from 255 or 53.87% from 362); Blue value is 4 (1.95% from 255 or 1.10% from 362); Max value from RGB is 195 - color contains mainly: green. Hex color #A3C304 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A3C304 is #5C3CFB. Grayscale: #A4A4A4. Windows color (decimal): -6044924 or 312227. OLE color: 312227.

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

Color convert

RGB 163 195 4 -
CMYK 0.16 0 0.98 0.24
HSL 70.05º 0.96% 0.39% -
HSV(B) 70.05º 0.98% 0.76% -
XYZ 34.64 46.83 7.33 -
YUV 163.66 37.9 127.53 -
System Red Green Blue C M Y K H S L
Decimal 163 195 4 0.16 0 0.98 0.24 70.05 0.96 0.39
Hex A3 C3 4 10 0 62 18 46 60 27
Octal 243 303 4 20 0 142 30 106 140 47
Binary 10100011 11000011 100 10000 0 1100010 11000 1000110 1100000 100111

Color Harmonies of #A3C304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3C304

Black with #A3C304

Text Example


Text Example

White with #A3C304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3C304; }

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

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

background-color css

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

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

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

border-color css

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

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

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