Html Css Color HEX #A3C104 Citrus

📋 copy color: '#A3C104'

red 163 ◦ green 193 ◦ blue 4

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

Shades of Citrus #A3C104

Tints of Citrus #A3C104

RGB

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

 GREEN value IS 193 (75.78% from 255) = 53.61%

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

R = 45.28%
G = 53.61%
B = 1.11%

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

#A3C104 (or 0xA3C104) is known color: Citrus. HEX triplet: A3, C1 and 04. RGB value is (163,193,4). Sum of RGB (Red+Green+Blue) = 163+193+4=360 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.28% from 360); Green value is 193 (75.78% from 255 or 53.61% from 360); Blue value is 4 (1.95% from 255 or 1.11% from 360); Max value from RGB is 193 - color contains mainly: green. Hex color #A3C104 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A3C104 is #5C3EFB. Grayscale: #A3A3A3. Windows color (decimal): -6045436 or 311715. OLE color: 311715.

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

Color convert

RGB 163 193 4 -
CMYK 0.16 0 0.98 0.24
HSL 69.52º 0.96% 0.39% -
HSV(B) 69.52º 0.98% 0.76% -
XYZ 34.2 45.94 7.18 -
YUV 162.48 38.56 128.37 -
System Red Green Blue C M Y K H S L
Decimal 163 193 4 0.16 0 0.98 0.24 69.52 0.96 0.39
Hex A3 C1 4 10 0 62 18 46 60 27
Octal 243 301 4 20 0 142 30 106 140 47
Binary 10100011 11000001 100 10000 0 1100010 11000 1000110 1100000 100111

Color Harmonies of #A3C104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3C104

Black with #A3C104

Text Example


Text Example

White with #A3C104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3C104; }

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

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

background-color css

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

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

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

border-color css

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

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

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