Html Css Color HEX #A3C808 Citrus

📋 copy color: '#A3C808'

red 163 ◦ green 200 ◦ blue 8

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

Shades of Citrus #A3C808

Tints of Citrus #A3C808

RGB

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

 GREEN value IS 200 (78.52% from 255) = 53.91%

 BLUE value IS 8 (3.52% from 255) = 2.16%

R = 43.94%
G = 53.91%
B = 2.16%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.96

 K value IS 0.22

RGB Variations

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

Color information

#A3C808 (or 0xA3C808) is known color: Citrus. HEX triplet: A3, C8 and 08. RGB value is (163,200,8). Sum of RGB (Red+Green+Blue) = 163+200+8=371 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.94% from 371); Green value is 200 (78.52% from 255 or 53.91% from 371); Blue value is 8 (3.52% from 255 or 2.16% from 371); Max value from RGB is 200 - color contains mainly: green. Hex color #A3C808 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A3C808 is #5C37F7. Grayscale: #A7A7A7. Windows color (decimal): -6043640 or 575651. OLE color: 575651.

HSL color Cylindrical-coordinate representation of color #A3C808: hue angle of 71.56º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A3C808 is Cyan = 0.18, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.22.

Color convert

RGB 163 200 8 -
CMYK 0.18 0 0.96 0.22
HSL 71.56º 0.92% 0.41% -
HSV(B) 71.56º 0.96% 0.78% -
XYZ 35.8 49.11 7.82 -
YUV 167.05 38.24 125.11 -
System Red Green Blue C M Y K H S L
Decimal 163 200 8 0.18 0 0.96 0.22 71.56 0.92 0.41
Hex A3 C8 8 12 0 60 16 48 5C 29
Octal 243 310 10 22 0 140 26 110 134 51
Binary 10100011 11001000 1000 10010 0 1100000 10110 1001000 1011100 101001

Color Harmonies of #A3C808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3C808

Black with #A3C808

Text Example


Text Example

White with #A3C808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3C808; }

 p { color: rgb(163,200,8); }

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

background-color css

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

 a { background-color: rgb(163,200,8); }

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

border-color css

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

 span { border-color: rgb(163,200,8); }

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