Html Css Color HEX #9AC017 Bahia

📋 copy color: '#9AC017'

red 154 ◦ green 192 ◦ blue 23

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

Shades of Bahia #9AC017

Tints of Bahia #9AC017

RGB

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

 GREEN value IS 192 (75.39% from 255) = 52.03%

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

R = 41.73%
G = 52.03%
B = 6.23%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#9AC017 (or 0x9AC017) is known color: Bahia. HEX triplet: 9A, C0 and 17. RGB value is (154,192,23). Sum of RGB (Red+Green+Blue) = 154+192+23=369 (48% of max value = 765). Red value is 154 (60.55% from 255 or 41.73% from 369); Green value is 192 (75.39% from 255 or 52.03% from 369); Blue value is 23 (9.38% from 255 or 6.23% from 369); Max value from RGB is 192 - color contains mainly: green. Hex color #9AC017 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9AC017 is #653FE8. Grayscale: #A2A2A2. Windows color (decimal): -6635497 or 1556634. OLE color: 1556634.

HSL color Cylindrical-coordinate representation of color #9AC017: hue angle of 73.49º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9AC017 is Cyan = 0.20, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.25.

Color convert

RGB 154 192 23 -
CMYK 0.20 0 0.88 0.25
HSL 73.49º 0.79% 0.42% -
HSV(B) 73.49º 0.88% 0.75% -
XYZ 32.33 44.63 7.72 -
YUV 161.37 49.91 122.74 -
System Red Green Blue C M Y K H S L
Decimal 154 192 23 0.20 0 0.88 0.25 73.49 0.79 0.42
Hex 9A C0 17 14 0 58 19 49 4F 2A
Octal 232 300 27 24 0 130 31 111 117 52
Binary 10011010 11000000 10111 10100 0 1011000 11001 1001001 1001111 101010

Color Harmonies of #9AC017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AC017

Black with #9AC017

Text Example


Text Example

White with #9AC017

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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