Html Css Color HEX #A0C11F Bahia

📋 copy color: '#A0C11F'

red 160 ◦ green 193 ◦ blue 31

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

Shades of Bahia #A0C11F

Tints of Bahia #A0C11F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.07%

R = 41.67%
G = 50.26%
B = 8.07%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#A0C11F (or 0xA0C11F) is known color: Bahia. HEX triplet: A0, C1 and 1F. RGB value is (160,193,31). Sum of RGB (Red+Green+Blue) = 160+193+31=384 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.67% from 384); Green value is 193 (75.78% from 255 or 50.26% from 384); Blue value is 31 (12.5% from 255 or 8.07% from 384); Max value from RGB is 193 - color contains mainly: green. Hex color #A0C11F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0C11F is #5F3EE0. Grayscale: #A5A5A5. Windows color (decimal): -6242017 or 2081184. OLE color: 2081184.

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

Color convert

RGB 160 193 31 -
CMYK 0.17 0 0.84 0.24
HSL 72.22º 0.72% 0.44% -
HSV(B) 72.22º 0.84% 0.76% -
XYZ 33.81 45.71 8.34 -
YUV 164.67 52.57 124.67 -
System Red Green Blue C M Y K H S L
Decimal 160 193 31 0.17 0 0.84 0.24 72.22 0.72 0.44
Hex A0 C1 1F 11 0 54 18 48 48 2C
Octal 240 301 37 21 0 124 30 110 110 54
Binary 10100000 11000001 11111 10001 0 1010100 11000 1001000 1001000 101100

Color Harmonies of #A0C11F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C11F

Black with #A0C11F

Text Example


Text Example

White with #A0C11F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C11F; }

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

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

background-color css

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

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

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

border-color css

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

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

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