Html Css Color HEX #A0C105 Citrus

📋 copy color: '#A0C105'

red 160 ◦ green 193 ◦ blue 5

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

Shades of Citrus #A0C105

Tints of Citrus #A0C105

RGB

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

 GREEN value IS 193 (75.78% from 255) = 53.91%

 BLUE value IS 5 (2.34% from 255) = 1.4%

R = 44.69%
G = 53.91%
B = 1.4%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#A0C105 (or 0xA0C105) is known color: Citrus. HEX triplet: A0, C1 and 05. RGB value is (160,193,5). Sum of RGB (Red+Green+Blue) = 160+193+5=358 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.69% from 358); Green value is 193 (75.78% from 255 or 53.91% from 358); Blue value is 5 (2.34% from 255 or 1.40% from 358); Max value from RGB is 193 - color contains mainly: green. Hex color #A0C105 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0C105 is #5F3EFA. Grayscale: #A2A2A2. Windows color (decimal): -6242043 or 377248. OLE color: 377248.

HSL color Cylindrical-coordinate representation of color #A0C105: hue angle of 70.53º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A0C105 is Cyan = 0.17, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.24.

Color convert

RGB 160 193 5 -
CMYK 0.17 0 0.97 0.24
HSL 70.53º 0.95% 0.39% -
HSV(B) 70.53º 0.97% 0.76% -
XYZ 33.59 45.62 7.18 -
YUV 161.7 39.57 126.79 -
System Red Green Blue C M Y K H S L
Decimal 160 193 5 0.17 0 0.97 0.24 70.53 0.95 0.39
Hex A0 C1 5 11 0 61 18 47 5F 27
Octal 240 301 5 21 0 141 30 107 137 47
Binary 10100000 11000001 101 10001 0 1100001 11000 1000111 1011111 100111

Color Harmonies of #A0C105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C105

Black with #A0C105

Text Example


Text Example

White with #A0C105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C105; }

 p { color: rgb(160,193,5); }

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

background-color css

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

 a { background-color: rgb(160,193,5); }

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

border-color css

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

 span { border-color: rgb(160,193,5); }

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