Html Css Color HEX #A0C504 Citrus

📋 copy color: '#A0C504'

red 160 ◦ green 197 ◦ blue 4

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

Shades of Citrus #A0C504

Tints of Citrus #A0C504

RGB

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

 GREEN value IS 197 (77.34% from 255) = 54.57%

 BLUE value IS 4 (1.95% from 255) = 1.11%

R = 44.32%
G = 54.57%
B = 1.11%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.98

 K value IS 0.23

RGB Variations

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

Color information

#A0C504 (or 0xA0C504) is known color: Citrus. HEX triplet: A0, C5 and 04. RGB value is (160,197,4). Sum of RGB (Red+Green+Blue) = 160+197+4=361 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.32% from 361); Green value is 197 (77.34% from 255 or 54.57% from 361); Blue value is 4 (1.95% from 255 or 1.11% from 361); Max value from RGB is 197 - color contains mainly: green. Hex color #A0C504 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0C504 is #5F3AFB. Grayscale: #A4A4A4. Windows color (decimal): -6241020 or 312736. OLE color: 312736.

HSL color Cylindrical-coordinate representation of color #A0C504: hue angle of 71.5º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A0C504 is Cyan = 0.19, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.23.

Color convert

RGB 160 197 4 -
CMYK 0.19 0 0.98 0.23
HSL 71.5º 0.96% 0.39% -
HSV(B) 71.5º 0.98% 0.77% -
XYZ 34.49 47.41 7.45 -
YUV 163.94 37.74 125.19 -
System Red Green Blue C M Y K H S L
Decimal 160 197 4 0.19 0 0.98 0.23 71.5 0.96 0.39
Hex A0 C5 4 13 0 62 17 48 60 27
Octal 240 305 4 23 0 142 27 110 140 47
Binary 10100000 11000101 100 10011 0 1100010 10111 1001000 1100000 100111

Color Harmonies of #A0C504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C504

Black with #A0C504

Text Example


Text Example

White with #A0C504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C504; }

 p { color: rgb(160,197,4); }

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

background-color css

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

 a { background-color: rgb(160,197,4); }

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

border-color css

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

 span { border-color: rgb(160,197,4); }

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