Html Css Color HEX #94FA5E Conifer

📋 copy color: '#94FA5E'

red 148 ◦ green 250 ◦ blue 94

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

Shades of Conifer #94FA5E

Tints of Conifer #94FA5E

RGB

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

 GREEN value IS 250 (98.05% from 255) = 50.81%

 BLUE value IS 94 (37.11% from 255) = 19.11%

R = 30.08%
G = 50.81%
B = 19.11%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#94FA5E (or 0x94FA5E) is known color: Conifer. HEX triplet: 94, FA and 5E. RGB value is (148,250,94). Sum of RGB (Red+Green+Blue) = 148+250+94=492 (65% of max value = 765). Red value is 148 (58.20% from 255 or 30.08% from 492); Green value is 250 (98.05% from 255 or 50.81% from 492); Blue value is 94 (37.11% from 255 or 19.11% from 492); Max value from RGB is 250 - color contains mainly: green. Hex color #94FA5E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #94FA5E is #6B05A1. Grayscale: #CACACA. Windows color (decimal): -7013794 or 6224532. OLE color: 6224532.

HSL color Cylindrical-coordinate representation of color #94FA5E: hue angle of 99.23º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #94FA5E is Cyan = 0.41, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.02.

Color convert

RGB 148 250 94 -
CMYK 0.41 0 0.62 0.02
HSL 99.23º 0.94% 0.67% -
HSV(B) 99.23º 0.62% 0.98% -
XYZ 48.42 75.48 22.61 -
YUV 201.72 67.21 89.68 -
System Red Green Blue C M Y K H S L
Decimal 148 250 94 0.41 0 0.62 0.02 99.23 0.94 0.67
Hex 94 FA 5E 29 0 3E 2 63 5E 43
Octal 224 372 136 51 0 76 2 143 136 103
Binary 10010100 11111010 1011110 101001 0 111110 10 1100011 1011110 1000011

Color Harmonies of #94FA5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94FA5E

Black with #94FA5E

Text Example


Text Example

White with #94FA5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,250,94); }

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

background-color css

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

 a { background-color: rgb(148,250,94); }

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

border-color css

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

 span { border-color: rgb(148,250,94); }

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