Html Css Color HEX #9FED5A Conifer

📋 copy color: '#9FED5A'

red 159 ◦ green 237 ◦ blue 90

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

Shades of Conifer #9FED5A

Tints of Conifer #9FED5A

RGB

 RED value IS 159 (62.5% from 255) = 32.72%

 GREEN value IS 237 (92.97% from 255) = 48.77%

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

R = 32.72%
G = 48.77%
B = 18.52%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#9FED5A (or 0x9FED5A) is known color: Conifer. HEX triplet: 9F, ED and 5A. RGB value is (159,237,90). Sum of RGB (Red+Green+Blue) = 159+237+90=486 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.72% from 486); Green value is 237 (92.97% from 255 or 48.77% from 486); Blue value is 90 (35.55% from 255 or 18.52% from 486); Max value from RGB is 237 - color contains mainly: green. Hex color #9FED5A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9FED5A is #6012A5. Grayscale: #C5C5C5. Windows color (decimal): -6296230 or 5959071. OLE color: 5959071.

HSL color Cylindrical-coordinate representation of color #9FED5A: hue angle of 91.84º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9FED5A is Cyan = 0.33, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.07.

Color convert

RGB 159 237 90 -
CMYK 0.33 0 0.62 0.07
HSL 91.84º 0.8% 0.64% -
HSV(B) 91.84º 0.62% 0.93% -
XYZ 46.43 68.68 20.48 -
YUV 196.92 67.66 100.95 -
System Red Green Blue C M Y K H S L
Decimal 159 237 90 0.33 0 0.62 0.07 91.84 0.8 0.64
Hex 9F ED 5A 21 0 3E 7 5C 50 40
Octal 237 355 132 41 0 76 7 134 120 100
Binary 10011111 11101101 1011010 100001 0 111110 111 1011100 1010000 1000000

Color Harmonies of #9FED5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FED5A

Black with #9FED5A

Text Example


Text Example

White with #9FED5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,237,90); }

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

background-color css

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

 a { background-color: rgb(159,237,90); }

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

border-color css

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

 span { border-color: rgb(159,237,90); }

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