Html Css Color HEX #A0D003 Citrus

📋 copy color: '#A0D003'

red 160 ◦ green 208 ◦ blue 3

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

Shades of Citrus #A0D003

Tints of Citrus #A0D003

RGB

 RED value IS 160 (62.89% from 255) = 43.13%

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

 BLUE value IS 3 (1.56% from 255) = 0.81%

R = 43.13%
G = 56.06%
B = 0.81%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.99

 K value IS 0.18

RGB Variations

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

Color information

#A0D003 (or 0xA0D003) is known color: Citrus. HEX triplet: A0, D0 and 03. RGB value is (160,208,3). Sum of RGB (Red+Green+Blue) = 160+208+3=371 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.13% from 371); Green value is 208 (81.64% from 255 or 56.06% from 371); Blue value is 3 (1.56% from 255 or 0.81% from 371); Max value from RGB is 208 - color contains mainly: green. Hex color #A0D003 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0D003 is #5F2FFC. Grayscale: #ABABAB. Windows color (decimal): -6238205 or 250016. OLE color: 250016.

HSL color Cylindrical-coordinate representation of color #A0D003: hue angle of 74.05º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A0D003 is Cyan = 0.23, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.18.

Color convert

RGB 160 208 3 -
CMYK 0.23 0 0.99 0.18
HSL 74.05º 0.97% 0.41% -
HSV(B) 74.05º 0.99% 0.82% -
XYZ 37.07 52.59 8.28 -
YUV 170.28 33.6 120.67 -
System Red Green Blue C M Y K H S L
Decimal 160 208 3 0.23 0 0.99 0.18 74.05 0.97 0.41
Hex A0 D0 3 17 0 63 12 4A 61 29
Octal 240 320 3 27 0 143 22 112 141 51
Binary 10100000 11010000 11 10111 0 1100011 10010 1001010 1100001 101001

Color Harmonies of #A0D003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D003

Black with #A0D003

Text Example


Text Example

White with #A0D003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D003; }

 p { color: rgb(160,208,3); }

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

background-color css

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

 a { background-color: rgb(160,208,3); }

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

border-color css

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

 span { border-color: rgb(160,208,3); }

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