Html Css Color HEX #9AC814 Bahia

📋 copy color: '#9AC814'

red 154 ◦ green 200 ◦ blue 20

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

Shades of Bahia #9AC814

Tints of Bahia #9AC814

RGB

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

 GREEN value IS 200 (78.52% from 255) = 53.48%

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

R = 41.18%
G = 53.48%
B = 5.35%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.9

 K value IS 0.22

RGB Variations

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

Color information

#9AC814 (or 0x9AC814) is known color: Bahia. HEX triplet: 9A, C8 and 14. RGB value is (154,200,20). Sum of RGB (Red+Green+Blue) = 154+200+20=374 (49% of max value = 765). Red value is 154 (60.55% from 255 or 41.18% from 374); Green value is 200 (78.52% from 255 or 53.48% from 374); Blue value is 20 (8.20% from 255 or 5.35% from 374); Max value from RGB is 200 - color contains mainly: green. Hex color #9AC814 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9AC814 is #6537EB. Grayscale: #A6A6A6. Windows color (decimal): -6633452 or 1362074. OLE color: 1362074.

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

Color convert

RGB 154 200 20 -
CMYK 0.23 0 0.9 0.22
HSL 75.33º 0.82% 0.43% -
HSV(B) 75.33º 0.9% 0.78% -
XYZ 34.11 48.23 8.17 -
YUV 165.73 45.76 119.64 -
System Red Green Blue C M Y K H S L
Decimal 154 200 20 0.23 0 0.9 0.22 75.33 0.82 0.43
Hex 9A C8 14 17 0 5A 16 4B 52 2B
Octal 232 310 24 27 0 132 26 113 122 53
Binary 10011010 11001000 10100 10111 0 1011010 10110 1001011 1010010 101011

Color Harmonies of #9AC814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AC814

Black with #9AC814

Text Example


Text Example

White with #9AC814

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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