Html Css Color HEX #A3C101 Citrus

📋 copy color: '#A3C101'

red 163 ◦ green 193 ◦ blue 1

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

Shades of Citrus #A3C101

Tints of Citrus #A3C101

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.28%

R = 45.66%
G = 54.06%
B = 0.28%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#A3C101 (or 0xA3C101) is known color: Citrus. HEX triplet: A3, C1 and 01. RGB value is (163,193,1). Sum of RGB (Red+Green+Blue) = 163+193+1=357 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.66% from 357); Green value is 193 (75.78% from 255 or 54.06% from 357); Blue value is 1 (0.78% from 255 or 0.28% from 357); Max value from RGB is 193 - color contains mainly: green. Hex color #A3C101 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A3C101 is #5C3EFE. Grayscale: #A2A2A2. Windows color (decimal): -6045439 or 115107. OLE color: 115107.

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

Color convert

RGB 163 193 1 -
CMYK 0.16 0 0.99 0.24
HSL 69.38º 0.99% 0.38% -
HSV(B) 69.38º 0.99% 0.76% -
XYZ 34.18 45.93 7.09 -
YUV 162.14 37.06 128.61 -
System Red Green Blue C M Y K H S L
Decimal 163 193 1 0.16 0 0.99 0.24 69.38 0.99 0.38
Hex A3 C1 1 10 0 63 18 45 63 26
Octal 243 301 1 20 0 143 30 105 143 46
Binary 10100011 11000001 1 10000 0 1100011 11000 1000101 1100011 100110

Color Harmonies of #A3C101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3C101

Black with #A3C101

Text Example


Text Example

White with #A3C101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3C101; }

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

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

background-color css

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

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

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

border-color css

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

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

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