Html Css Color HEX #A3D005 Citrus

📋 copy color: '#A3D005'

red 163 ◦ green 208 ◦ blue 5

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

Shades of Citrus #A3D005

Tints of Citrus #A3D005

RGB

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

 GREEN value IS 208 (81.64% from 255) = 55.32%

 BLUE value IS 5 (2.34% from 255) = 1.33%

R = 43.35%
G = 55.32%
B = 1.33%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.98

 K value IS 0.18

RGB Variations

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

Color information

#A3D005 (or 0xA3D005) is known color: Citrus. HEX triplet: A3, D0 and 05. RGB value is (163,208,5). Sum of RGB (Red+Green+Blue) = 163+208+5=376 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.35% from 376); Green value is 208 (81.64% from 255 or 55.32% from 376); Blue value is 5 (2.34% from 255 or 1.33% from 376); Max value from RGB is 208 - color contains mainly: green. Hex color #A3D005 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A3D005 is #5C2FFA. Grayscale: #ACACAC. Windows color (decimal): -6041595 or 381091. OLE color: 381091.

HSL color Cylindrical-coordinate representation of color #A3D005: hue angle of 73.3º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A3D005 is Cyan = 0.22, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.18.

Color convert

RGB 163 208 5 -
CMYK 0.22 0 0.98 0.18
HSL 73.3º 0.95% 0.42% -
HSV(B) 73.3º 0.98% 0.82% -
XYZ 37.69 52.91 8.37 -
YUV 171.4 34.09 122.01 -
System Red Green Blue C M Y K H S L
Decimal 163 208 5 0.22 0 0.98 0.18 73.3 0.95 0.42
Hex A3 D0 5 16 0 62 12 49 5F 2A
Octal 243 320 5 26 0 142 22 111 137 52
Binary 10100011 11010000 101 10110 0 1100010 10010 1001001 1011111 101010

Color Harmonies of #A3D005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3D005

Black with #A3D005

Text Example


Text Example

White with #A3D005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3D005; }

 p { color: rgb(163,208,5); }

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

background-color css

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

 a { background-color: rgb(163,208,5); }

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

border-color css

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

 span { border-color: rgb(163,208,5); }

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