Html Css Color HEX #A0C31F Bahia

📋 copy color: '#A0C31F'

red 160 ◦ green 195 ◦ blue 31

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

Shades of Bahia #A0C31F

Tints of Bahia #A0C31F

RGB

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

 GREEN value IS 195 (76.56% from 255) = 50.52%

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

R = 41.45%
G = 50.52%
B = 8.03%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#A0C31F (or 0xA0C31F) is known color: Bahia. HEX triplet: A0, C3 and 1F. RGB value is (160,195,31). Sum of RGB (Red+Green+Blue) = 160+195+31=386 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.45% from 386); Green value is 195 (76.56% from 255 or 50.52% from 386); Blue value is 31 (12.5% from 255 or 8.03% from 386); Max value from RGB is 195 - color contains mainly: green. Hex color #A0C31F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0C31F is #5F3CE0. Grayscale: #A6A6A6. Windows color (decimal): -6241505 or 2081696. OLE color: 2081696.

HSL color Cylindrical-coordinate representation of color #A0C31F: hue angle of 72.8º degrees, saturation: 0.73, 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 #A0C31F is Cyan = 0.18, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB 160 195 31 -
CMYK 0.18 0 0.84 0.24
HSL 72.8º 0.73% 0.44% -
HSV(B) 72.8º 0.84% 0.76% -
XYZ 34.26 46.6 8.49 -
YUV 165.84 51.9 123.84 -
System Red Green Blue C M Y K H S L
Decimal 160 195 31 0.18 0 0.84 0.24 72.8 0.73 0.44
Hex A0 C3 1F 12 0 54 18 49 49 2C
Octal 240 303 37 22 0 124 30 111 111 54
Binary 10100000 11000011 11111 10010 0 1010100 11000 1001001 1001001 101100

Color Harmonies of #A0C31F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C31F

Black with #A0C31F

Text Example


Text Example

White with #A0C31F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C31F; }

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

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

background-color css

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

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

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

border-color css

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

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

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