Html Css Color HEX #9DF85A Conifer

📋 copy color: '#9DF85A'

red 157 ◦ green 248 ◦ blue 90

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

Shades of Conifer #9DF85A

Tints of Conifer #9DF85A

RGB

 RED value IS 157 (61.72% from 255) = 31.72%

 GREEN value IS 248 (97.27% from 255) = 50.1%

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

R = 31.72%
G = 50.1%
B = 18.18%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.64

 K value IS 0.03

RGB Variations

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

Color information

#9DF85A (or 0x9DF85A) is known color: Conifer. HEX triplet: 9D, F8 and 5A. RGB value is (157,248,90). Sum of RGB (Red+Green+Blue) = 157+248+90=495 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.72% from 495); Green value is 248 (97.27% from 255 or 50.10% from 495); Blue value is 90 (35.55% from 255 or 18.18% from 495); Max value from RGB is 248 - color contains mainly: green. Hex color #9DF85A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DF85A is #6207A5. Grayscale: #CBCBCB. Windows color (decimal): -6424486 or 5961885. OLE color: 5961885.

HSL color Cylindrical-coordinate representation of color #9DF85A: hue angle of 94.56º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9DF85A is Cyan = 0.37, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.03.

Color convert

RGB 157 248 90 -
CMYK 0.37 0 0.64 0.03
HSL 94.56º 0.92% 0.66% -
HSV(B) 94.56º 0.64% 0.97% -
XYZ 49.32 75.04 21.56 -
YUV 202.78 64.35 95.35 -
System Red Green Blue C M Y K H S L
Decimal 157 248 90 0.37 0 0.64 0.03 94.56 0.92 0.66
Hex 9D F8 5A 25 0 40 3 5F 5C 42
Octal 235 370 132 45 0 100 3 137 134 102
Binary 10011101 11111000 1011010 100101 0 1000000 11 1011111 1011100 1000010

Color Harmonies of #9DF85A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DF85A

Black with #9DF85A

Text Example


Text Example

White with #9DF85A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,248,90); }

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

background-color css

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

 a { background-color: rgb(157,248,90); }

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

border-color css

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

 span { border-color: rgb(157,248,90); }

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