Html Css Color HEX #94F156 Conifer

📋 copy color: '#94F156'

red 148 ◦ green 241 ◦ blue 86

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

Shades of Conifer #94F156

Tints of Conifer #94F156

RGB

 RED value IS 148 (58.2% from 255) = 31.16%

 GREEN value IS 241 (94.53% from 255) = 50.74%

 BLUE value IS 86 (33.98% from 255) = 18.11%

R = 31.16%
G = 50.74%
B = 18.11%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.64

 K value IS 0.05

RGB Variations

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

Color information

#94F156 (or 0x94F156) is known color: Conifer. HEX triplet: 94, F1 and 56. RGB value is (148,241,86). Sum of RGB (Red+Green+Blue) = 148+241+86=475 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.16% from 475); Green value is 241 (94.53% from 255 or 50.74% from 475); Blue value is 86 (33.98% from 255 or 18.11% from 475); Max value from RGB is 241 - color contains mainly: green. Hex color #94F156 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #94F156 is #6B0EA9. Grayscale: #C4C4C4. Windows color (decimal): -7016106 or 5697940. OLE color: 5697940.

HSL color Cylindrical-coordinate representation of color #94F156: hue angle of 96º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #94F156 is Cyan = 0.39, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.05.

Color convert

RGB 148 241 86 -
CMYK 0.39 0 0.64 0.05
HSL 96º 0.85% 0.64% -
HSV(B) 96º 0.64% 0.95% -
XYZ 45.35 69.88 19.9 -
YUV 195.52 66.19 94.1 -
System Red Green Blue C M Y K H S L
Decimal 148 241 86 0.39 0 0.64 0.05 96 0.85 0.64
Hex 94 F1 56 27 0 40 5 60 55 40
Octal 224 361 126 47 0 100 5 140 125 100
Binary 10010100 11110001 1010110 100111 0 1000000 101 1100000 1010101 1000000

Color Harmonies of #94F156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94F156

Black with #94F156

Text Example


Text Example

White with #94F156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94F156; }

 p { color: rgb(148,241,86); }

 H1.HeaderClassName
 {
   color: #94F156;
 }
 .AnyTagClassName
 {
   color: #94F156;
 }
</style>

background-color css

<style>
 a { background-color: #94F156; }

 a { background-color: rgb(148,241,86); }

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

border-color css

<style>
 span { border-color: #94F156; }

 span { border-color: rgb(148,241,86); }

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