Html Css Color HEX #9AEC5D Conifer

📋 copy color: '#9AEC5D'

red 154 ◦ green 236 ◦ blue 93

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

Shades of Conifer #9AEC5D

Tints of Conifer #9AEC5D

RGB

 RED value IS 154 (60.55% from 255) = 31.88%

 GREEN value IS 236 (92.58% from 255) = 48.86%

 BLUE value IS 93 (36.72% from 255) = 19.25%

R = 31.88%
G = 48.86%
B = 19.25%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#9AEC5D (or 0x9AEC5D) is known color: Conifer. HEX triplet: 9A, EC and 5D. RGB value is (154,236,93). Sum of RGB (Red+Green+Blue) = 154+236+93=483 (63% of max value = 765). Red value is 154 (60.55% from 255 or 31.88% from 483); Green value is 236 (92.58% from 255 or 48.86% from 483); Blue value is 93 (36.72% from 255 or 19.25% from 483); Max value from RGB is 236 - color contains mainly: green. Hex color #9AEC5D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AEC5D is #6513A2. Grayscale: #C3C3C3. Windows color (decimal): -6624163 or 6155418. OLE color: 6155418.

HSL color Cylindrical-coordinate representation of color #9AEC5D: hue angle of 94.41º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9AEC5D is Cyan = 0.35, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.07.

Color convert

RGB 154 236 93 -
CMYK 0.35 0 0.61 0.07
HSL 94.41º 0.79% 0.65% -
HSV(B) 94.41º 0.61% 0.93% -
XYZ 45.3 67.65 21.03 -
YUV 195.18 70.33 98.63 -
System Red Green Blue C M Y K H S L
Decimal 154 236 93 0.35 0 0.61 0.07 94.41 0.79 0.65
Hex 9A EC 5D 23 0 3D 7 5E 4F 41
Octal 232 354 135 43 0 75 7 136 117 101
Binary 10011010 11101100 1011101 100011 0 111101 111 1011110 1001111 1000001

Color Harmonies of #9AEC5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AEC5D

Black with #9AEC5D

Text Example


Text Example

White with #9AEC5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9AEC5D; }

 p { color: rgb(154,236,93); }

 H1.HeaderClassName
 {
   color: #9AEC5D;
 }
 .AnyTagClassName
 {
   color: #9AEC5D;
 }
</style>

background-color css

<style>
 a { background-color: #9AEC5D; }

 a { background-color: rgb(154,236,93); }

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

border-color css

<style>
 span { border-color: #9AEC5D; }

 span { border-color: rgb(154,236,93); }

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