Html Css Color HEX #A0C108 Citrus

📋 copy color: '#A0C108'

red 160 ◦ green 193 ◦ blue 8

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

Shades of Citrus #A0C108

Tints of Citrus #A0C108

RGB

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

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

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

R = 44.32%
G = 53.46%
B = 2.22%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#A0C108 (or 0xA0C108) is known color: Citrus. HEX triplet: A0, C1 and 08. RGB value is (160,193,8). Sum of RGB (Red+Green+Blue) = 160+193+8=361 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.32% from 361); Green value is 193 (75.78% from 255 or 53.46% from 361); Blue value is 8 (3.52% from 255 or 2.22% from 361); Max value from RGB is 193 - color contains mainly: green. Hex color #A0C108 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0C108 is #5F3EF7. Grayscale: #A2A2A2. Windows color (decimal): -6242040 or 573856. OLE color: 573856.

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

Color convert

RGB 160 193 8 -
CMYK 0.17 0 0.96 0.24
HSL 70.7º 0.92% 0.39% -
HSV(B) 70.7º 0.96% 0.76% -
XYZ 33.61 45.63 7.27 -
YUV 162.04 41.07 126.54 -
System Red Green Blue C M Y K H S L
Decimal 160 193 8 0.17 0 0.96 0.24 70.7 0.92 0.39
Hex A0 C1 8 11 0 60 18 47 5C 27
Octal 240 301 10 21 0 140 30 107 134 47
Binary 10100000 11000001 1000 10001 0 1100000 11000 1000111 1011100 100111

Color Harmonies of #A0C108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C108

Black with #A0C108

Text Example


Text Example

White with #A0C108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C108; }

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

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

background-color css

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

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

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

border-color css

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

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

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