Html Css Color HEX #94F85A Conifer

📋 copy color: '#94F85A'

red 148 ◦ green 248 ◦ blue 90

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

Shades of Conifer #94F85A

Tints of Conifer #94F85A

RGB

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

 GREEN value IS 248 (97.27% from 255) = 51.03%

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

R = 30.45%
G = 51.03%
B = 18.52%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.64

 K value IS 0.03

RGB Variations

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

Color information

#94F85A (or 0x94F85A) is known color: Conifer. HEX triplet: 94, F8 and 5A. RGB value is (148,248,90). Sum of RGB (Red+Green+Blue) = 148+248+90=486 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.45% from 486); Green value is 248 (97.27% from 255 or 51.03% from 486); Blue value is 90 (35.55% from 255 or 18.52% from 486); Max value from RGB is 248 - color contains mainly: green. Hex color #94F85A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #94F85A is #6B07A5. Grayscale: #C8C8C8. Windows color (decimal): -7014310 or 5961876. OLE color: 5961876.

HSL color Cylindrical-coordinate representation of color #94F85A: hue angle of 97.97º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #94F85A is Cyan = 0.40, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.03.

Color convert

RGB 148 248 90 -
CMYK 0.40 0 0.64 0.03
HSL 97.97º 0.92% 0.66% -
HSV(B) 97.97º 0.64% 0.97% -
XYZ 47.63 74.17 21.48 -
YUV 200.09 65.87 90.85 -
System Red Green Blue C M Y K H S L
Decimal 148 248 90 0.40 0 0.64 0.03 97.97 0.92 0.66
Hex 94 F8 5A 28 0 40 3 62 5C 42
Octal 224 370 132 50 0 100 3 142 134 102
Binary 10010100 11111000 1011010 101000 0 1000000 11 1100010 1011100 1000010

Color Harmonies of #94F85A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94F85A

Black with #94F85A

Text Example


Text Example

White with #94F85A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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