Html Css Color HEX #ABC40E Bahia

📋 copy color: '#ABC40E'

red 171 ◦ green 196 ◦ blue 14

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

Shades of Bahia #ABC40E

Tints of Bahia #ABC40E

RGB

 RED value IS 171 (67.19% from 255) = 44.88%

 GREEN value IS 196 (76.95% from 255) = 51.44%

 BLUE value IS 14 (5.86% from 255) = 3.67%

R = 44.88%
G = 51.44%
B = 3.67%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.93

 K value IS 0.23

RGB Variations

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

Color information

#ABC40E (or 0xABC40E) is known color: Bahia. HEX triplet: AB, C4 and 0E. RGB value is (171,196,14). Sum of RGB (Red+Green+Blue) = 171+196+14=381 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.88% from 381); Green value is 196 (76.95% from 255 or 51.44% from 381); Blue value is 14 (5.86% from 255 or 3.67% from 381); Max value from RGB is 196 - color contains mainly: green. Hex color #ABC40E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABC40E is #543BF1. Grayscale: #A8A8A8. Windows color (decimal): -5520370 or 967851. OLE color: 967851.

HSL color Cylindrical-coordinate representation of color #ABC40E: hue angle of 68.24º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ABC40E is Cyan = 0.13, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.23.

Color convert

RGB 171 196 14 -
CMYK 0.13 0 0.93 0.23
HSL 68.24º 0.87% 0.41% -
HSV(B) 68.24º 0.93% 0.77% -
XYZ 36.61 48.17 7.78 -
YUV 167.78 41.22 130.3 -
System Red Green Blue C M Y K H S L
Decimal 171 196 14 0.13 0 0.93 0.23 68.24 0.87 0.41
Hex AB C4 E D 0 5D 17 44 57 29
Octal 253 304 16 15 0 135 27 104 127 51
Binary 10101011 11000100 1110 1101 0 1011101 10111 1000100 1010111 101001

Color Harmonies of #ABC40E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC40E

Black with #ABC40E

Text Example


Text Example

White with #ABC40E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC40E; }

 p { color: rgb(171,196,14); }

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

background-color css

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

 a { background-color: rgb(171,196,14); }

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

border-color css

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

 span { border-color: rgb(171,196,14); }

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