Html Css Color HEX #9DF55A Conifer

📋 copy color: '#9DF55A'

red 157 ◦ green 245 ◦ blue 90

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

Shades of Conifer #9DF55A

Tints of Conifer #9DF55A

RGB

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

 GREEN value IS 245 (96.09% from 255) = 49.8%

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

R = 31.91%
G = 49.8%
B = 18.29%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.63

 K value IS 0.04

RGB Variations

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

Color information

#9DF55A (or 0x9DF55A) is known color: Conifer. HEX triplet: 9D, F5 and 5A. RGB value is (157,245,90). Sum of RGB (Red+Green+Blue) = 157+245+90=492 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.91% from 492); Green value is 245 (96.09% from 255 or 49.80% from 492); Blue value is 90 (35.55% from 255 or 18.29% from 492); Max value from RGB is 245 - color contains mainly: green. Hex color #9DF55A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DF55A is #620AA5. Grayscale: #C9C9C9. Windows color (decimal): -6425254 or 5961117. OLE color: 5961117.

HSL color Cylindrical-coordinate representation of color #9DF55A: hue angle of 94.06º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9DF55A is Cyan = 0.36, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.04.

Color convert

RGB 157 245 90 -
CMYK 0.36 0 0.63 0.04
HSL 94.06º 0.89% 0.66% -
HSV(B) 94.06º 0.63% 0.96% -
XYZ 48.4 73.21 21.25 -
YUV 201.02 65.35 96.6 -
System Red Green Blue C M Y K H S L
Decimal 157 245 90 0.36 0 0.63 0.04 94.06 0.89 0.66
Hex 9D F5 5A 24 0 3F 4 5E 59 42
Octal 235 365 132 44 0 77 4 136 131 102
Binary 10011101 11110101 1011010 100100 0 111111 100 1011110 1011001 1000010

Color Harmonies of #9DF55A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DF55A

Black with #9DF55A

Text Example


Text Example

White with #9DF55A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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