Html Css Color HEX #ABC70E Bahia

📋 copy color: '#ABC70E'

red 171 ◦ green 199 ◦ blue 14

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

Shades of Bahia #ABC70E

Tints of Bahia #ABC70E

RGB

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

 GREEN value IS 199 (78.13% from 255) = 51.82%

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

R = 44.53%
G = 51.82%
B = 3.65%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.93

 K value IS 0.22

RGB Variations

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

Color information

#ABC70E (or 0xABC70E) is known color: Bahia. HEX triplet: AB, C7 and 0E. RGB value is (171,199,14). Sum of RGB (Red+Green+Blue) = 171+199+14=384 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.53% from 384); Green value is 199 (78.12% from 255 or 51.82% from 384); Blue value is 14 (5.86% from 255 or 3.65% from 384); Max value from RGB is 199 - color contains mainly: green. Hex color #ABC70E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABC70E is #5438F1. Grayscale: #AAAAAA. Windows color (decimal): -5519602 or 968619. OLE color: 968619.

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

Color convert

RGB 171 199 14 -
CMYK 0.14 0 0.93 0.22
HSL 69.08º 0.87% 0.42% -
HSV(B) 69.08º 0.93% 0.78% -
XYZ 37.3 49.54 8.01 -
YUV 169.54 40.22 129.04 -
System Red Green Blue C M Y K H S L
Decimal 171 199 14 0.14 0 0.93 0.22 69.08 0.87 0.42
Hex AB C7 E E 0 5D 16 45 57 2A
Octal 253 307 16 16 0 135 26 105 127 52
Binary 10101011 11000111 1110 1110 0 1011101 10110 1000101 1010111 101010

Color Harmonies of #ABC70E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC70E

Black with #ABC70E

Text Example


Text Example

White with #ABC70E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC70E; }

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

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

background-color css

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

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

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

border-color css

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

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

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