Html Css Color HEX #A0C31E Bahia

📋 copy color: '#A0C31E'

red 160 ◦ green 195 ◦ blue 30

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

Shades of Bahia #A0C31E

Tints of Bahia #A0C31E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.79%

R = 41.56%
G = 50.65%
B = 7.79%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#A0C31E (or 0xA0C31E) is known color: Bahia. HEX triplet: A0, C3 and 1E. RGB value is (160,195,30). Sum of RGB (Red+Green+Blue) = 160+195+30=385 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.56% from 385); Green value is 195 (76.56% from 255 or 50.65% from 385); Blue value is 30 (12.11% from 255 or 7.79% from 385); Max value from RGB is 195 - color contains mainly: green. Hex color #A0C31E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0C31E is #5F3CE1. Grayscale: #A6A6A6. Windows color (decimal): -6241506 or 2016160. OLE color: 2016160.

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

Color convert

RGB 160 195 30 -
CMYK 0.18 0 0.85 0.24
HSL 72.73º 0.73% 0.44% -
HSV(B) 72.73º 0.85% 0.76% -
XYZ 34.25 46.6 8.42 -
YUV 165.73 51.4 123.92 -
System Red Green Blue C M Y K H S L
Decimal 160 195 30 0.18 0 0.85 0.24 72.73 0.73 0.44
Hex A0 C3 1E 12 0 55 18 49 49 2C
Octal 240 303 36 22 0 125 30 111 111 54
Binary 10100000 11000011 11110 10010 0 1010101 11000 1001001 1001001 101100

Color Harmonies of #A0C31E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C31E

Black with #A0C31E

Text Example


Text Example

White with #A0C31E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C31E; }

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

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

background-color css

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

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

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

border-color css

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

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

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