Html Css Color HEX #A3C305 Citrus

📋 copy color: '#A3C305'

red 163 ◦ green 195 ◦ blue 5

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

Shades of Citrus #A3C305

Tints of Citrus #A3C305

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.38%

R = 44.9%
G = 53.72%
B = 1.38%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#A3C305 (or 0xA3C305) is known color: Citrus. HEX triplet: A3, C3 and 05. RGB value is (163,195,5). Sum of RGB (Red+Green+Blue) = 163+195+5=363 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.90% from 363); Green value is 195 (76.56% from 255 or 53.72% from 363); Blue value is 5 (2.34% from 255 or 1.38% from 363); Max value from RGB is 195 - color contains mainly: green. Hex color #A3C305 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A3C305 is #5C3CFA. Grayscale: #A4A4A4. Windows color (decimal): -6044923 or 377763. OLE color: 377763.

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

Color convert

RGB 163 195 5 -
CMYK 0.16 0 0.97 0.24
HSL 70.11º 0.95% 0.39% -
HSV(B) 70.11º 0.97% 0.76% -
XYZ 34.65 46.83 7.36 -
YUV 163.77 38.4 127.45 -
System Red Green Blue C M Y K H S L
Decimal 163 195 5 0.16 0 0.97 0.24 70.11 0.95 0.39
Hex A3 C3 5 10 0 61 18 46 5F 27
Octal 243 303 5 20 0 141 30 106 137 47
Binary 10100011 11000011 101 10000 0 1100001 11000 1000110 1011111 100111

Color Harmonies of #A3C305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3C305

Black with #A3C305

Text Example


Text Example

White with #A3C305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3C305; }

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

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

background-color css

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

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

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

border-color css

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

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

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