Html Css Color HEX #9AEB5D Conifer

📋 copy color: '#9AEB5D'

red 154 ◦ green 235 ◦ blue 93

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

Shades of Conifer #9AEB5D

Tints of Conifer #9AEB5D

RGB

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

 GREEN value IS 235 (92.19% from 255) = 48.76%

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

R = 31.95%
G = 48.76%
B = 19.29%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.60

 K value IS 0.08

RGB Variations

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

Color information

#9AEB5D (or 0x9AEB5D) is known color: Conifer. HEX triplet: 9A, EB and 5D. RGB value is (154,235,93). Sum of RGB (Red+Green+Blue) = 154+235+93=482 (63% of max value = 765). Red value is 154 (60.55% from 255 or 31.95% from 482); Green value is 235 (92.19% from 255 or 48.76% from 482); Blue value is 93 (36.72% from 255 or 19.29% from 482); Max value from RGB is 235 - color contains mainly: green. Hex color #9AEB5D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AEB5D is #6514A2. Grayscale: #C3C3C3. Windows color (decimal): -6624419 or 6155162. OLE color: 6155162.

HSL color Cylindrical-coordinate representation of color #9AEB5D: hue angle of 94.23º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9AEB5D is Cyan = 0.34, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.08.

Color convert

RGB 154 235 93 -
CMYK 0.34 0 0.60 0.08
HSL 94.23º 0.78% 0.64% -
HSV(B) 94.23º 0.6% 0.92% -
XYZ 45.01 67.08 20.93 -
YUV 194.59 70.66 99.05 -
System Red Green Blue C M Y K H S L
Decimal 154 235 93 0.34 0 0.60 0.08 94.23 0.78 0.64
Hex 9A EB 5D 22 0 3C 8 5E 4E 40
Octal 232 353 135 42 0 74 10 136 116 100
Binary 10011010 11101011 1011101 100010 0 111100 1000 1011110 1001110 1000000

Color Harmonies of #9AEB5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AEB5D

Black with #9AEB5D

Text Example


Text Example

White with #9AEB5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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