Html Css Color HEX #A3C002 Citrus

📋 copy color: '#A3C002'

red 163 ◦ green 192 ◦ blue 2

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

Shades of Citrus #A3C002

Tints of Citrus #A3C002

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.56%

R = 45.66%
G = 53.78%
B = 0.56%

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

#A3C002 (or 0xA3C002) is known color: Citrus. HEX triplet: A3, C0 and 02. RGB value is (163,192,2). Sum of RGB (Red+Green+Blue) = 163+192+2=357 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.66% from 357); Green value is 192 (75.39% from 255 or 53.78% from 357); Blue value is 2 (1.17% from 255 or 0.56% from 357); Max value from RGB is 192 - color contains mainly: green. Hex color #A3C002 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A3C002 is #5C3FFD. Grayscale: #A2A2A2. Windows color (decimal): -6045694 or 180387. OLE color: 180387.

HSL color Cylindrical-coordinate representation of color #A3C002: hue angle of 69.16º degrees, saturation: 0.98, 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 #A3C002 is Cyan = 0.15, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.25.

Color convert

RGB 163 192 2 -
CMYK 0.15 0 0.99 0.25
HSL 69.16º 0.98% 0.38% -
HSV(B) 69.16º 0.99% 0.75% -
XYZ 33.96 45.49 7.05 -
YUV 161.67 37.89 128.95 -
System Red Green Blue C M Y K H S L
Decimal 163 192 2 0.15 0 0.99 0.25 69.16 0.98 0.38
Hex A3 C0 2 F 0 63 19 45 62 26
Octal 243 300 2 17 0 143 31 105 142 46
Binary 10100011 11000000 10 1111 0 1100011 11001 1000101 1100010 100110

Color Harmonies of #A3C002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3C002

Black with #A3C002

Text Example


Text Example

White with #A3C002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3C002; }

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

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

background-color css

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

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

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

border-color css

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

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

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