Html Css Color HEX #9AC514 Bahia

📋 copy color: '#9AC514'

red 154 ◦ green 197 ◦ blue 20

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

Shades of Bahia #9AC514

Tints of Bahia #9AC514

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.39%

R = 41.51%
G = 53.1%
B = 5.39%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.90

 K value IS 0.23

RGB Variations

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

Color information

#9AC514 (or 0x9AC514) is known color: Bahia. HEX triplet: 9A, C5 and 14. RGB value is (154,197,20). Sum of RGB (Red+Green+Blue) = 154+197+20=371 (49% of max value = 765). Red value is 154 (60.55% from 255 or 41.51% from 371); Green value is 197 (77.34% from 255 or 53.10% from 371); Blue value is 20 (8.20% from 255 or 5.39% from 371); Max value from RGB is 197 - color contains mainly: green. Hex color #9AC514 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9AC514 is #653AEB. Grayscale: #A4A4A4. Windows color (decimal): -6634220 or 1361306. OLE color: 1361306.

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

Color convert

RGB 154 197 20 -
CMYK 0.22 0 0.90 0.23
HSL 74.58º 0.82% 0.43% -
HSV(B) 74.58º 0.9% 0.77% -
XYZ 33.42 46.85 7.94 -
YUV 163.97 46.75 120.89 -
System Red Green Blue C M Y K H S L
Decimal 154 197 20 0.22 0 0.90 0.23 74.58 0.82 0.43
Hex 9A C5 14 16 0 5A 17 4B 52 2B
Octal 232 305 24 26 0 132 27 113 122 53
Binary 10011010 11000101 10100 10110 0 1011010 10111 1001011 1010010 101011

Color Harmonies of #9AC514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AC514

Black with #9AC514

Text Example


Text Example

White with #9AC514

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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