Html Css Color HEX #95EA5A Conifer

📋 copy color: '#95EA5A'

red 149 ◦ green 234 ◦ blue 90

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

Shades of Conifer #95EA5A

Tints of Conifer #95EA5A

RGB

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

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

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

R = 31.5%
G = 49.47%
B = 19.03%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.62

 K value IS 0.08

RGB Variations

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

Color information

#95EA5A (or 0x95EA5A) is known color: Conifer. HEX triplet: 95, EA and 5A. RGB value is (149,234,90). Sum of RGB (Red+Green+Blue) = 149+234+90=473 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.50% from 473); Green value is 234 (91.80% from 255 or 49.47% from 473); Blue value is 90 (35.55% from 255 or 19.03% from 473); Max value from RGB is 234 - color contains mainly: green. Hex color #95EA5A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #95EA5A is #6A15A5. Grayscale: #C0C0C0. Windows color (decimal): -6952358 or 5958293. OLE color: 5958293.

HSL color Cylindrical-coordinate representation of color #95EA5A: hue angle of 95.42º 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 #95EA5A is Cyan = 0.36, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.08.

Color convert

RGB 149 234 90 -
CMYK 0.36 0 0.62 0.08
HSL 95.42º 0.77% 0.64% -
HSV(B) 95.42º 0.62% 0.92% -
XYZ 43.66 65.97 20.11 -
YUV 192.17 70.34 97.21 -
System Red Green Blue C M Y K H S L
Decimal 149 234 90 0.36 0 0.62 0.08 95.42 0.77 0.64
Hex 95 EA 5A 24 0 3E 8 5F 4D 40
Octal 225 352 132 44 0 76 10 137 115 100
Binary 10010101 11101010 1011010 100100 0 111110 1000 1011111 1001101 1000000

Color Harmonies of #95EA5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95EA5A

Black with #95EA5A

Text Example


Text Example

White with #95EA5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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