Html Css Color HEX #A0CE1A Bahia

📋 copy color: '#A0CE1A'

red 160 ◦ green 206 ◦ blue 26

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

Shades of Bahia #A0CE1A

Tints of Bahia #A0CE1A

RGB

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

 GREEN value IS 206 (80.86% from 255) = 52.55%

 BLUE value IS 26 (10.55% from 255) = 6.63%

R = 40.82%
G = 52.55%
B = 6.63%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.87

 K value IS 0.19

RGB Variations

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

Color information

#A0CE1A (or 0xA0CE1A) is known color: Bahia. HEX triplet: A0, CE and 1A. RGB value is (160,206,26). Sum of RGB (Red+Green+Blue) = 160+206+26=392 (51% of max value = 765). Red value is 160 (62.89% from 255 or 40.82% from 392); Green value is 206 (80.86% from 255 or 52.55% from 392); Blue value is 26 (10.55% from 255 or 6.63% from 392); Max value from RGB is 206 - color contains mainly: green. Hex color #A0CE1A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0CE1A is #5F31E5. Grayscale: #ACACAC. Windows color (decimal): -6238694 or 1756832. OLE color: 1756832.

HSL color Cylindrical-coordinate representation of color #A0CE1A: hue angle of 75.33º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A0CE1A is Cyan = 0.22, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.19.

Color convert

RGB 160 206 26 -
CMYK 0.22 0 0.87 0.19
HSL 75.33º 0.78% 0.45% -
HSV(B) 75.33º 0.87% 0.81% -
XYZ 36.75 51.69 9.02 -
YUV 171.73 45.76 119.64 -
System Red Green Blue C M Y K H S L
Decimal 160 206 26 0.22 0 0.87 0.19 75.33 0.78 0.45
Hex A0 CE 1A 16 0 57 13 4B 4E 2D
Octal 240 316 32 26 0 127 23 113 116 55
Binary 10100000 11001110 11010 10110 0 1010111 10011 1001011 1001110 101101

Color Harmonies of #A0CE1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0CE1A

Black with #A0CE1A

Text Example


Text Example

White with #A0CE1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0CE1A; }

 p { color: rgb(160,206,26); }

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

background-color css

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

 a { background-color: rgb(160,206,26); }

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

border-color css

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

 span { border-color: rgb(160,206,26); }

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