Html Css Color HEX #94E55A Conifer

📋 copy color: '#94E55A'

red 148 ◦ green 229 ◦ blue 90

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

Shades of Conifer #94E55A

Tints of Conifer #94E55A

RGB

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

 GREEN value IS 229 (89.84% from 255) = 49.04%

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

R = 31.69%
G = 49.04%
B = 19.27%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.61

 K value IS 0.10

RGB Variations

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

Color information

#94E55A (or 0x94E55A) is known color: Conifer. HEX triplet: 94, E5 and 5A. RGB value is (148,229,90). Sum of RGB (Red+Green+Blue) = 148+229+90=467 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.69% from 467); Green value is 229 (89.84% from 255 or 49.04% from 467); Blue value is 90 (35.55% from 255 or 19.27% from 467); Max value from RGB is 229 - color contains mainly: green. Hex color #94E55A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94E55A is #6B1AA5. Grayscale: #BDBDBD. Windows color (decimal): -7019174 or 5957012. OLE color: 5957012.

HSL color Cylindrical-coordinate representation of color #94E55A: hue angle of 94.96º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #94E55A is Cyan = 0.35, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.10.

Color convert

RGB 148 229 90 -
CMYK 0.35 0 0.61 0.10
HSL 94.96º 0.73% 0.63% -
HSV(B) 94.96º 0.61% 0.9% -
XYZ 42.08 63.07 19.63 -
YUV 188.94 72.16 98.8 -
System Red Green Blue C M Y K H S L
Decimal 148 229 90 0.35 0 0.61 0.10 94.96 0.73 0.63
Hex 94 E5 5A 23 0 3D A 5F 49 3F
Octal 224 345 132 43 0 75 12 137 111 77
Binary 10010100 11100101 1011010 100011 0 111101 1010 1011111 1001001 111111

Color Harmonies of #94E55A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94E55A

Black with #94E55A

Text Example


Text Example

White with #94E55A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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