Html Css Color HEX #94EA5A Conifer

📋 copy color: '#94EA5A'

red 148 ◦ green 234 ◦ blue 90

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

Shades of Conifer #94EA5A

Tints of Conifer #94EA5A

RGB

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

 GREEN value IS 234 (91.8% from 255) = 49.58%

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

R = 31.36%
G = 49.58%
B = 19.07%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.62

 K value IS 0.08

RGB Variations

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

Color information

#94EA5A (or 0x94EA5A) is known color: Conifer. HEX triplet: 94, EA and 5A. RGB value is (148,234,90). Sum of RGB (Red+Green+Blue) = 148+234+90=472 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.36% from 472); Green value is 234 (91.80% from 255 or 49.58% from 472); Blue value is 90 (35.55% from 255 or 19.07% from 472); Max value from RGB is 234 - color contains mainly: green. Hex color #94EA5A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #94EA5A is #6B15A5. Grayscale: #C0C0C0. Windows color (decimal): -7017894 or 5958292. OLE color: 5958292.

HSL color Cylindrical-coordinate representation of color #94EA5A: hue angle of 95.83º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #94EA5A is Cyan = 0.37, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.08.

Color convert

RGB 148 234 90 -
CMYK 0.37 0 0.62 0.08
HSL 95.83º 0.77% 0.64% -
HSV(B) 95.83º 0.62% 0.92% -
XYZ 43.48 65.88 20.1 -
YUV 191.87 70.51 96.71 -
System Red Green Blue C M Y K H S L
Decimal 148 234 90 0.37 0 0.62 0.08 95.83 0.77 0.64
Hex 94 EA 5A 25 0 3E 8 60 4D 40
Octal 224 352 132 45 0 76 10 140 115 100
Binary 10010100 11101010 1011010 100101 0 111110 1000 1100000 1001101 1000000

Color Harmonies of #94EA5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94EA5A

Black with #94EA5A

Text Example


Text Example

White with #94EA5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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