Html Css Color HEX #9DC422 Bahia

📋 copy color: '#9DC422'

red 157 ◦ green 196 ◦ blue 34

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

Shades of Bahia #9DC422

Tints of Bahia #9DC422

RGB

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

 GREEN value IS 196 (76.95% from 255) = 50.65%

 BLUE value IS 34 (13.67% from 255) = 8.79%

R = 40.57%
G = 50.65%
B = 8.79%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.83

 K value IS 0.23

RGB Variations

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

Color information

#9DC422 (or 0x9DC422) is known color: Bahia. HEX triplet: 9D, C4 and 22. RGB value is (157,196,34). Sum of RGB (Red+Green+Blue) = 157+196+34=387 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.57% from 387); Green value is 196 (76.95% from 255 or 50.65% from 387); Blue value is 34 (13.67% from 255 or 8.79% from 387); Max value from RGB is 196 - color contains mainly: green. Hex color #9DC422 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DC422 is #623BDD. Grayscale: #A6A6A6. Windows color (decimal): -6437854 or 2278557. OLE color: 2278557.

HSL color Cylindrical-coordinate representation of color #9DC422: hue angle of 74.44º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9DC422 is Cyan = 0.20, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.23.

Color convert

RGB 157 196 34 -
CMYK 0.20 0 0.83 0.23
HSL 74.44º 0.7% 0.45% -
HSV(B) 74.44º 0.83% 0.77% -
XYZ 33.93 46.76 8.75 -
YUV 165.87 53.58 121.67 -
System Red Green Blue C M Y K H S L
Decimal 157 196 34 0.20 0 0.83 0.23 74.44 0.7 0.45
Hex 9D C4 22 14 0 53 17 4A 46 2D
Octal 235 304 42 24 0 123 27 112 106 55
Binary 10011101 11000100 100010 10100 0 1010011 10111 1001010 1000110 101101

Color Harmonies of #9DC422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DC422

Black with #9DC422

Text Example


Text Example

White with #9DC422

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,196,34); }

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

background-color css

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

 a { background-color: rgb(157,196,34); }

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

border-color css

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

 span { border-color: rgb(157,196,34); }

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