Html Css Color HEX #9AC819 Bahia

📋 copy color: '#9AC819'

red 154 ◦ green 200 ◦ blue 25

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

Shades of Bahia #9AC819

Tints of Bahia #9AC819

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.6%

R = 40.63%
G = 52.77%
B = 6.6%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#9AC819 (or 0x9AC819) is known color: Bahia. HEX triplet: 9A, C8 and 19. RGB value is (154,200,25). Sum of RGB (Red+Green+Blue) = 154+200+25=379 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.63% from 379); Green value is 200 (78.52% from 255 or 52.77% from 379); Blue value is 25 (10.16% from 255 or 6.60% from 379); Max value from RGB is 200 - color contains mainly: green. Hex color #9AC819 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9AC819 is #6537E6. Grayscale: #A6A6A6. Windows color (decimal): -6633447 or 1689754. OLE color: 1689754.

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

Color convert

RGB 154 200 25 -
CMYK 0.23 0 0.88 0.22
HSL 75.77º 0.78% 0.44% -
HSV(B) 75.77º 0.88% 0.78% -
XYZ 34.16 48.25 8.43 -
YUV 166.3 48.26 119.23 -
System Red Green Blue C M Y K H S L
Decimal 154 200 25 0.23 0 0.88 0.22 75.77 0.78 0.44
Hex 9A C8 19 17 0 58 16 4C 4E 2C
Octal 232 310 31 27 0 130 26 114 116 54
Binary 10011010 11001000 11001 10111 0 1011000 10110 1001100 1001110 101100

Color Harmonies of #9AC819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AC819

Black with #9AC819

Text Example


Text Example

White with #9AC819

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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