Html Css Color HEX #A3C001 Citrus

📋 copy color: '#A3C001'

red 163 ◦ green 192 ◦ blue 1

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

Shades of Citrus #A3C001

Tints of Citrus #A3C001

RGB

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

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

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

R = 45.79%
G = 53.93%
B = 0.28%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#A3C001 (or 0xA3C001) is known color: Citrus. HEX triplet: A3, C0 and 01. RGB value is (163,192,1). Sum of RGB (Red+Green+Blue) = 163+192+1=356 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.79% from 356); Green value is 192 (75.39% from 255 or 53.93% from 356); Blue value is 1 (0.78% from 255 or 0.28% from 356); Max value from RGB is 192 - color contains mainly: green. Hex color #A3C001 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A3C001 is #5C3FFE. Grayscale: #A2A2A2. Windows color (decimal): -6045695 or 114851. OLE color: 114851.

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

Color convert

RGB 163 192 1 -
CMYK 0.15 0 0.99 0.25
HSL 69.11º 0.99% 0.38% -
HSV(B) 69.11º 0.99% 0.75% -
XYZ 33.96 45.49 7.02 -
YUV 161.56 37.39 129.03 -
System Red Green Blue C M Y K H S L
Decimal 163 192 1 0.15 0 0.99 0.25 69.11 0.99 0.38
Hex A3 C0 1 F 0 63 19 45 63 26
Octal 243 300 1 17 0 143 31 105 143 46
Binary 10100011 11000000 1 1111 0 1100011 11001 1000101 1100011 100110

Color Harmonies of #A3C001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3C001

Black with #A3C001

Text Example


Text Example

White with #A3C001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3C001; }

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

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

background-color css

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

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

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

border-color css

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

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

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