Html Css Color HEX #9FC028 Bahia

📋 copy color: '#9FC028'

red 159 ◦ green 192 ◦ blue 40

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

Shades of Bahia #9FC028

Tints of Bahia #9FC028

RGB

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

 GREEN value IS 192 (75.39% from 255) = 49.1%

 BLUE value IS 40 (16.02% from 255) = 10.23%

R = 40.66%
G = 49.1%
B = 10.23%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#9FC028 (or 0x9FC028) is known color: Bahia. HEX triplet: 9F, C0 and 28. RGB value is (159,192,40). Sum of RGB (Red+Green+Blue) = 159+192+40=391 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.66% from 391); Green value is 192 (75.39% from 255 or 49.10% from 391); Blue value is 40 (16.02% from 255 or 10.23% from 391); Max value from RGB is 192 - color contains mainly: green. Hex color #9FC028 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FC028 is #603FD7. Grayscale: #A5A5A5. Windows color (decimal): -6307800 or 2670751. OLE color: 2670751.

HSL color Cylindrical-coordinate representation of color #9FC028: hue angle of 73.03º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9FC028 is Cyan = 0.17, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.25.

Color convert

RGB 159 192 40 -
CMYK 0.17 0 0.79 0.25
HSL 73.03º 0.66% 0.45% -
HSV(B) 73.03º 0.79% 0.75% -
XYZ 33.53 45.22 8.97 -
YUV 164.81 57.57 123.86 -
System Red Green Blue C M Y K H S L
Decimal 159 192 40 0.17 0 0.79 0.25 73.03 0.66 0.45
Hex 9F C0 28 11 0 4F 19 49 42 2D
Octal 237 300 50 21 0 117 31 111 102 55
Binary 10011111 11000000 101000 10001 0 1001111 11001 1001001 1000010 101101

Color Harmonies of #9FC028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FC028

Black with #9FC028

Text Example


Text Example

White with #9FC028

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,192,40); }

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

background-color css

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

 a { background-color: rgb(159,192,40); }

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

border-color css

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

 span { border-color: rgb(159,192,40); }

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