Html Css Color HEX #94F95A Conifer

📋 copy color: '#94F95A'

red 148 ◦ green 249 ◦ blue 90

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

Shades of Conifer #94F95A

Tints of Conifer #94F95A

RGB

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

 GREEN value IS 249 (97.66% from 255) = 51.13%

 BLUE value IS 90 (35.55% from 255) = 18.48%

R = 30.39%
G = 51.13%
B = 18.48%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#94F95A (or 0x94F95A) is known color: Conifer. HEX triplet: 94, F9 and 5A. RGB value is (148,249,90). Sum of RGB (Red+Green+Blue) = 148+249+90=487 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.39% from 487); Green value is 249 (97.66% from 255 or 51.13% from 487); Blue value is 90 (35.55% from 255 or 18.48% from 487); Max value from RGB is 249 - color contains mainly: green. Hex color #94F95A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #94F95A is #6B06A5. Grayscale: #C9C9C9. Windows color (decimal): -7014054 or 5962132. OLE color: 5962132.

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

Color convert

RGB 148 249 90 -
CMYK 0.41 0 0.64 0.02
HSL 98.11º 0.93% 0.66% -
HSV(B) 98.11º 0.64% 0.98% -
XYZ 47.93 74.79 21.58 -
YUV 200.68 65.54 90.43 -
System Red Green Blue C M Y K H S L
Decimal 148 249 90 0.41 0 0.64 0.02 98.11 0.93 0.66
Hex 94 F9 5A 29 0 40 2 62 5D 42
Octal 224 371 132 51 0 100 2 142 135 102
Binary 10010100 11111001 1011010 101001 0 1000000 10 1100010 1011101 1000010

Color Harmonies of #94F95A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94F95A

Black with #94F95A

Text Example


Text Example

White with #94F95A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,249,90); }

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

background-color css

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

 a { background-color: rgb(148,249,90); }

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

border-color css

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

 span { border-color: rgb(148,249,90); }

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