Html Css Color HEX #A0D009 Citrus

📋 copy color: '#A0D009'

red 160 ◦ green 208 ◦ blue 9

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

Shades of Citrus #A0D009

Tints of Citrus #A0D009

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.39%

R = 42.44%
G = 55.17%
B = 2.39%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.96

 K value IS 0.18

RGB Variations

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

Color information

#A0D009 (or 0xA0D009) is known color: Citrus. HEX triplet: A0, D0 and 09. RGB value is (160,208,9). Sum of RGB (Red+Green+Blue) = 160+208+9=377 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.44% from 377); Green value is 208 (81.64% from 255 or 55.17% from 377); Blue value is 9 (3.91% from 255 or 2.39% from 377); Max value from RGB is 208 - color contains mainly: green. Hex color #A0D009 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0D009 is #5F2FF6. Grayscale: #ABABAB. Windows color (decimal): -6238199 or 643232. OLE color: 643232.

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

Color convert

RGB 160 208 9 -
CMYK 0.23 0 0.96 0.18
HSL 74.47º 0.92% 0.43% -
HSV(B) 74.47º 0.96% 0.82% -
XYZ 37.1 52.61 8.46 -
YUV 170.96 36.6 120.18 -
System Red Green Blue C M Y K H S L
Decimal 160 208 9 0.23 0 0.96 0.18 74.47 0.92 0.43
Hex A0 D0 9 17 0 60 12 4A 5C 2B
Octal 240 320 11 27 0 140 22 112 134 53
Binary 10100000 11010000 1001 10111 0 1100000 10010 1001010 1011100 101011

Color Harmonies of #A0D009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D009

Black with #A0D009

Text Example


Text Example

White with #A0D009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D009; }

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

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

background-color css

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

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

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

border-color css

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

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

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