Html Css Color HEX #9FC327 Bahia

📋 copy color: '#9FC327'

red 159 ◦ green 195 ◦ blue 39

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

Shades of Bahia #9FC327

Tints of Bahia #9FC327

RGB

 RED value IS 159 (62.5% from 255) = 40.46%

 GREEN value IS 195 (76.56% from 255) = 49.62%

 BLUE value IS 39 (15.63% from 255) = 9.92%

R = 40.46%
G = 49.62%
B = 9.92%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#9FC327 (or 0x9FC327) is known color: Bahia. HEX triplet: 9F, C3 and 27. RGB value is (159,195,39). Sum of RGB (Red+Green+Blue) = 159+195+39=393 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.46% from 393); Green value is 195 (76.56% from 255 or 49.62% from 393); Blue value is 39 (15.62% from 255 or 9.92% from 393); Max value from RGB is 195 - color contains mainly: green. Hex color #9FC327 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FC327 is #603CD8. Grayscale: #A7A7A7. Windows color (decimal): -6307033 or 2605983. OLE color: 2605983.

HSL color Cylindrical-coordinate representation of color #9FC327: hue angle of 73.85º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9FC327 is Cyan = 0.18, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.24.

Color convert

RGB 159 195 39 -
CMYK 0.18 0 0.80 0.24
HSL 73.85º 0.67% 0.46% -
HSV(B) 73.85º 0.8% 0.76% -
XYZ 34.18 46.55 9.1 -
YUV 166.45 56.07 122.68 -
System Red Green Blue C M Y K H S L
Decimal 159 195 39 0.18 0 0.80 0.24 73.85 0.67 0.46
Hex 9F C3 27 12 0 50 18 4A 43 2E
Octal 237 303 47 22 0 120 30 112 103 56
Binary 10011111 11000011 100111 10010 0 1010000 11000 1001010 1000011 101110

Color Harmonies of #9FC327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FC327

Black with #9FC327

Text Example


Text Example

White with #9FC327

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,195,39); }

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

background-color css

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

 a { background-color: rgb(159,195,39); }

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

border-color css

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

 span { border-color: rgb(159,195,39); }

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