Html Css Color HEX #A3C010 Citrus

📋 copy color: '#A3C010'

red 163 ◦ green 192 ◦ blue 16

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

Shades of Citrus #A3C010

Tints of Citrus #A3C010

RGB

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

 GREEN value IS 192 (75.39% from 255) = 51.75%

 BLUE value IS 16 (6.64% from 255) = 4.31%

R = 43.94%
G = 51.75%
B = 4.31%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#A3C010 (or 0xA3C010) is known color: Citrus. HEX triplet: A3, C0 and 10. RGB value is (163,192,16). Sum of RGB (Red+Green+Blue) = 163+192+16=371 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.94% from 371); Green value is 192 (75.39% from 255 or 51.75% from 371); Blue value is 16 (6.64% from 255 or 4.31% from 371); Max value from RGB is 192 - color contains mainly: green. Hex color #A3C010 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A3C010 is #5C3FEF. Grayscale: #A3A3A3. Windows color (decimal): -6045680 or 1097891. OLE color: 1097891.

HSL color Cylindrical-coordinate representation of color #A3C010: hue angle of 69.89º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A3C010 is Cyan = 0.15, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.25.

Color convert

RGB 163 192 16 -
CMYK 0.15 0 0.92 0.25
HSL 69.89º 0.85% 0.41% -
HSV(B) 69.89º 0.92% 0.75% -
XYZ 34.05 45.52 7.48 -
YUV 163.27 44.89 127.81 -
System Red Green Blue C M Y K H S L
Decimal 163 192 16 0.15 0 0.92 0.25 69.89 0.85 0.41
Hex A3 C0 10 F 0 5C 19 46 55 29
Octal 243 300 20 17 0 134 31 106 125 51
Binary 10100011 11000000 10000 1111 0 1011100 11001 1000110 1010101 101001

Color Harmonies of #A3C010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3C010

Black with #A3C010

Text Example


Text Example

White with #A3C010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3C010; }

 p { color: rgb(163,192,16); }

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

background-color css

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

 a { background-color: rgb(163,192,16); }

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

border-color css

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

 span { border-color: rgb(163,192,16); }

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