Html Css Color HEX #9AC517 Bahia

📋 copy color: '#9AC517'

red 154 ◦ green 197 ◦ blue 23

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

Shades of Bahia #9AC517

Tints of Bahia #9AC517

RGB

 RED value IS 154 (60.55% from 255) = 41.18%

 GREEN value IS 197 (77.34% from 255) = 52.67%

 BLUE value IS 23 (9.38% from 255) = 6.15%

R = 41.18%
G = 52.67%
B = 6.15%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.88

 K value IS 0.23

RGB Variations

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

Color information

#9AC517 (or 0x9AC517) is known color: Bahia. HEX triplet: 9A, C5 and 17. RGB value is (154,197,23). Sum of RGB (Red+Green+Blue) = 154+197+23=374 (49% of max value = 765). Red value is 154 (60.55% from 255 or 41.18% from 374); Green value is 197 (77.34% from 255 or 52.67% from 374); Blue value is 23 (9.38% from 255 or 6.15% from 374); Max value from RGB is 197 - color contains mainly: green. Hex color #9AC517 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9AC517 is #653AE8. Grayscale: #A4A4A4. Windows color (decimal): -6634217 or 1557914. OLE color: 1557914.

HSL color Cylindrical-coordinate representation of color #9AC517: hue angle of 74.83º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9AC517 is Cyan = 0.22, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.23.

Color convert

RGB 154 197 23 -
CMYK 0.22 0 0.88 0.23
HSL 74.83º 0.79% 0.43% -
HSV(B) 74.83º 0.88% 0.77% -
XYZ 33.45 46.86 8.09 -
YUV 164.31 48.25 120.65 -
System Red Green Blue C M Y K H S L
Decimal 154 197 23 0.22 0 0.88 0.23 74.83 0.79 0.43
Hex 9A C5 17 16 0 58 17 4B 4F 2B
Octal 232 305 27 26 0 130 27 113 117 53
Binary 10011010 11000101 10111 10110 0 1011000 10111 1001011 1001111 101011

Color Harmonies of #9AC517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AC517

Black with #9AC517

Text Example


Text Example

White with #9AC517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9AC517; }

 p { color: rgb(154,197,23); }

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

background-color css

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

 a { background-color: rgb(154,197,23); }

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

border-color css

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

 span { border-color: rgb(154,197,23); }

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