Html Css Color HEX #A0CD08 Citrus

📋 copy color: '#A0CD08'

red 160 ◦ green 205 ◦ blue 8

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

Shades of Citrus #A0CD08

Tints of Citrus #A0CD08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.14%

R = 42.9%
G = 54.96%
B = 2.14%

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

#A0CD08 (or 0xA0CD08) is known color: Citrus. HEX triplet: A0, CD and 08. RGB value is (160,205,8). Sum of RGB (Red+Green+Blue) = 160+205+8=373 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.90% from 373); Green value is 205 (80.47% from 255 or 54.96% from 373); Blue value is 8 (3.52% from 255 or 2.14% from 373); Max value from RGB is 205 - color contains mainly: green. Hex color #A0CD08 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0CD08 is #5F32F7. Grayscale: #A9A9A9. Windows color (decimal): -6238968 or 576928. OLE color: 576928.

HSL color Cylindrical-coordinate representation of color #A0CD08: hue angle of 73.71º 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 #A0CD08 is Cyan = 0.22, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.20.

Color convert

RGB 160 205 8 -
CMYK 0.22 0 0.96 0.20
HSL 73.71º 0.92% 0.42% -
HSV(B) 73.71º 0.96% 0.8% -
XYZ 36.37 51.15 8.19 -
YUV 169.09 37.09 121.52 -
System Red Green Blue C M Y K H S L
Decimal 160 205 8 0.22 0 0.96 0.20 73.71 0.92 0.42
Hex A0 CD 8 16 0 60 14 4A 5C 2A
Octal 240 315 10 26 0 140 24 112 134 52
Binary 10100000 11001101 1000 10110 0 1100000 10100 1001010 1011100 101010

Color Harmonies of #A0CD08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0CD08

Black with #A0CD08

Text Example


Text Example

White with #A0CD08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0CD08; }

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

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

background-color css

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

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

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

border-color css

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

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

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