Html Css Color HEX #95E25A Conifer

📋 copy color: '#95E25A'

red 149 ◦ green 226 ◦ blue 90

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

Shades of Conifer #95E25A

Tints of Conifer #95E25A

RGB

 RED value IS 149 (58.59% from 255) = 32.04%

 GREEN value IS 226 (88.67% from 255) = 48.6%

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

R = 32.04%
G = 48.6%
B = 19.35%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.60

 K value IS 0.11

RGB Variations

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

Color information

#95E25A (or 0x95E25A) is known color: Conifer. HEX triplet: 95, E2 and 5A. RGB value is (149,226,90). Sum of RGB (Red+Green+Blue) = 149+226+90=465 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.04% from 465); Green value is 226 (88.67% from 255 or 48.60% from 465); Blue value is 90 (35.55% from 255 or 19.35% from 465); Max value from RGB is 226 - color contains mainly: green. Hex color #95E25A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95E25A is #6A1DA5. Grayscale: #BBBBBB. Windows color (decimal): -6954406 or 5956245. OLE color: 5956245.

HSL color Cylindrical-coordinate representation of color #95E25A: hue angle of 93.97º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #95E25A is Cyan = 0.34, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.11.

Color convert

RGB 149 226 90 -
CMYK 0.34 0 0.60 0.11
HSL 93.97º 0.7% 0.62% -
HSV(B) 93.97º 0.6% 0.89% -
XYZ 41.44 61.52 19.36 -
YUV 187.47 72.99 100.56 -
System Red Green Blue C M Y K H S L
Decimal 149 226 90 0.34 0 0.60 0.11 93.97 0.7 0.62
Hex 95 E2 5A 22 0 3C B 5E 46 3E
Octal 225 342 132 42 0 74 13 136 106 76
Binary 10010101 11100010 1011010 100010 0 111100 1011 1011110 1000110 111110

Color Harmonies of #95E25A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95E25A

Black with #95E25A

Text Example


Text Example

White with #95E25A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95E25A; }

 p { color: rgb(149,226,90); }

 H1.HeaderClassName
 {
   color: #95E25A;
 }
 .AnyTagClassName
 {
   color: #95E25A;
 }
</style>

background-color css

<style>
 a { background-color: #95E25A; }

 a { background-color: rgb(149,226,90); }

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

border-color css

<style>
 span { border-color: #95E25A; }

 span { border-color: rgb(149,226,90); }

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