Html Css Color HEX #9FE465 Conifer

📋 copy color: '#9FE465'

red 159 ◦ green 228 ◦ blue 101

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

Shades of Conifer #9FE465

Tints of Conifer #9FE465

RGB

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

 GREEN value IS 228 (89.45% from 255) = 46.72%

 BLUE value IS 101 (39.84% from 255) = 20.7%

R = 32.58%
G = 46.72%
B = 20.7%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.56

 K value IS 0.11

RGB Variations

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

Color information

#9FE465 (or 0x9FE465) is known color: Conifer. HEX triplet: 9F, E4 and 65. RGB value is (159,228,101). Sum of RGB (Red+Green+Blue) = 159+228+101=488 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.58% from 488); Green value is 228 (89.45% from 255 or 46.72% from 488); Blue value is 101 (39.84% from 255 or 20.70% from 488); Max value from RGB is 228 - color contains mainly: green. Hex color #9FE465 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FE465 is #601B9A. Grayscale: #C1C1C1. Windows color (decimal): -6298523 or 6677663. OLE color: 6677663.

HSL color Cylindrical-coordinate representation of color #9FE465: hue angle of 92.6º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9FE465 is Cyan = 0.30, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.11.

Color convert

RGB 159 228 101 -
CMYK 0.30 0 0.56 0.11
HSL 92.6º 0.7% 0.65% -
HSV(B) 92.6º 0.56% 0.89% -
XYZ 44.39 63.8 22.29 -
YUV 192.89 76.14 103.83 -
System Red Green Blue C M Y K H S L
Decimal 159 228 101 0.30 0 0.56 0.11 92.6 0.7 0.65
Hex 9F E4 65 1E 0 38 B 5D 46 41
Octal 237 344 145 36 0 70 13 135 106 101
Binary 10011111 11100100 1100101 11110 0 111000 1011 1011101 1000110 1000001

Color Harmonies of #9FE465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FE465

Black with #9FE465

Text Example


Text Example

White with #9FE465

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,228,101); }

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

background-color css

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

 a { background-color: rgb(159,228,101); }

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

border-color css

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

 span { border-color: rgb(159,228,101); }

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