Html Css Color HEX #A0CD09 Citrus

📋 copy color: '#A0CD09'

red 160 ◦ green 205 ◦ blue 9

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

Shades of Citrus #A0CD09

Tints of Citrus #A0CD09

RGB

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

 GREEN value IS 205 (80.47% from 255) = 54.81%

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

R = 42.78%
G = 54.81%
B = 2.41%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.96

 K value IS 0.20

RGB Variations

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

Color information

#A0CD09 (or 0xA0CD09) is known color: Citrus. HEX triplet: A0, CD and 09. RGB value is (160,205,9). Sum of RGB (Red+Green+Blue) = 160+205+9=374 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.78% from 374); Green value is 205 (80.47% from 255 or 54.81% from 374); Blue value is 9 (3.91% from 255 or 2.41% from 374); Max value from RGB is 205 - color contains mainly: green. Hex color #A0CD09 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0CD09 is #5F32F6. Grayscale: #A9A9A9. Windows color (decimal): -6238967 or 642464. OLE color: 642464.

HSL color Cylindrical-coordinate representation of color #A0CD09: hue angle of 73.78º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A0CD09 is Cyan = 0.22, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.20.

Color convert

RGB 160 205 9 -
CMYK 0.22 0 0.96 0.20
HSL 73.78º 0.92% 0.42% -
HSV(B) 73.78º 0.96% 0.8% -
XYZ 36.38 51.16 8.22 -
YUV 169.2 37.59 121.44 -
System Red Green Blue C M Y K H S L
Decimal 160 205 9 0.22 0 0.96 0.20 73.78 0.92 0.42
Hex A0 CD 9 16 0 60 14 4A 5C 2A
Octal 240 315 11 26 0 140 24 112 134 52
Binary 10100000 11001101 1001 10110 0 1100000 10100 1001010 1011100 101010

Color Harmonies of #A0CD09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0CD09

Black with #A0CD09

Text Example


Text Example

White with #A0CD09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0CD09; }

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

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

background-color css

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

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

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

border-color css

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

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

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