Html Css Color HEX #9ECE0F Bahia

📋 copy color: '#9ECE0F'

red 158 ◦ green 206 ◦ blue 15

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

Shades of Bahia #9ECE0F

Tints of Bahia #9ECE0F

RGB

 RED value IS 158 (62.11% from 255) = 41.69%

 GREEN value IS 206 (80.86% from 255) = 54.35%

 BLUE value IS 15 (6.25% from 255) = 3.96%

R = 41.69%
G = 54.35%
B = 3.96%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.93

 K value IS 0.19

RGB Variations

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

Color information

#9ECE0F (or 0x9ECE0F) is known color: Bahia. HEX triplet: 9E, CE and 0F. RGB value is (158,206,15). Sum of RGB (Red+Green+Blue) = 158+206+15=379 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.69% from 379); Green value is 206 (80.86% from 255 or 54.35% from 379); Blue value is 15 (6.25% from 255 or 3.96% from 379); Max value from RGB is 206 - color contains mainly: green. Hex color #9ECE0F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9ECE0F is #6131F0. Grayscale: #AAAAAA. Windows color (decimal): -6369777 or 1035934. OLE color: 1035934.

HSL color Cylindrical-coordinate representation of color #9ECE0F: hue angle of 75.08º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9ECE0F is Cyan = 0.23, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.19.

Color convert

RGB 158 206 15 -
CMYK 0.23 0 0.93 0.19
HSL 75.08º 0.86% 0.43% -
HSV(B) 75.08º 0.93% 0.81% -
XYZ 36.26 51.45 8.47 -
YUV 169.87 40.6 119.53 -
System Red Green Blue C M Y K H S L
Decimal 158 206 15 0.23 0 0.93 0.19 75.08 0.86 0.43
Hex 9E CE F 17 0 5D 13 4B 56 2B
Octal 236 316 17 27 0 135 23 113 126 53
Binary 10011110 11001110 1111 10111 0 1011101 10011 1001011 1010110 101011

Color Harmonies of #9ECE0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ECE0F

Black with #9ECE0F

Text Example


Text Example

White with #9ECE0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,206,15); }

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

background-color css

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

 a { background-color: rgb(158,206,15); }

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

border-color css

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

 span { border-color: rgb(158,206,15); }

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