Html Css Color HEX #9DC919 Bahia

📋 copy color: '#9DC919'

red 157 ◦ green 201 ◦ blue 25

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

Shades of Bahia #9DC919

Tints of Bahia #9DC919

RGB

 RED value IS 157 (61.72% from 255) = 40.99%

 GREEN value IS 201 (78.91% from 255) = 52.48%

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

R = 40.99%
G = 52.48%
B = 6.53%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#9DC919 (or 0x9DC919) is known color: Bahia. HEX triplet: 9D, C9 and 19. RGB value is (157,201,25). Sum of RGB (Red+Green+Blue) = 157+201+25=383 (50% of max value = 765). Red value is 157 (61.72% from 255 or 40.99% from 383); Green value is 201 (78.91% from 255 or 52.48% from 383); Blue value is 25 (10.16% from 255 or 6.53% from 383); Max value from RGB is 201 - color contains mainly: green. Hex color #9DC919 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DC919 is #6236E6. Grayscale: #A8A8A8. Windows color (decimal): -6436583 or 1690013. OLE color: 1690013.

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

Color convert

RGB 157 201 25 -
CMYK 0.22 0 0.88 0.21
HSL 75º 0.78% 0.44% -
HSV(B) 75º 0.88% 0.79% -
XYZ 34.97 49.01 8.54 -
YUV 167.78 47.42 120.31 -
System Red Green Blue C M Y K H S L
Decimal 157 201 25 0.22 0 0.88 0.21 75 0.78 0.44
Hex 9D C9 19 16 0 58 15 4B 4E 2C
Octal 235 311 31 26 0 130 25 113 116 54
Binary 10011101 11001001 11001 10110 0 1011000 10101 1001011 1001110 101100

Color Harmonies of #9DC919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DC919

Black with #9DC919

Text Example


Text Example

White with #9DC919

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,201,25); }

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

background-color css

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

 a { background-color: rgb(157,201,25); }

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

border-color css

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

 span { border-color: rgb(157,201,25); }

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