Html Css Color HEX #9DF35A Conifer

📋 copy color: '#9DF35A'

red 157 ◦ green 243 ◦ blue 90

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

Shades of Conifer #9DF35A

Tints of Conifer #9DF35A

RGB

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

 GREEN value IS 243 (95.31% from 255) = 49.59%

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

R = 32.04%
G = 49.59%
B = 18.37%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.63

 K value IS 0.05

RGB Variations

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

Color information

#9DF35A (or 0x9DF35A) is known color: Conifer. HEX triplet: 9D, F3 and 5A. RGB value is (157,243,90). Sum of RGB (Red+Green+Blue) = 157+243+90=490 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.04% from 490); Green value is 243 (95.31% from 255 or 49.59% from 490); Blue value is 90 (35.55% from 255 or 18.37% from 490); Max value from RGB is 243 - color contains mainly: green. Hex color #9DF35A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DF35A is #620CA5. Grayscale: #C8C8C8. Windows color (decimal): -6425766 or 5960605. OLE color: 5960605.

HSL color Cylindrical-coordinate representation of color #9DF35A: hue angle of 93.73º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9DF35A is Cyan = 0.35, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.05.

Color convert

RGB 157 243 90 -
CMYK 0.35 0 0.63 0.05
HSL 93.73º 0.86% 0.65% -
HSV(B) 93.73º 0.63% 0.95% -
XYZ 47.8 72.01 21.05 -
YUV 199.84 66.01 97.44 -
System Red Green Blue C M Y K H S L
Decimal 157 243 90 0.35 0 0.63 0.05 93.73 0.86 0.65
Hex 9D F3 5A 23 0 3F 5 5E 56 41
Octal 235 363 132 43 0 77 5 136 126 101
Binary 10011101 11110011 1011010 100011 0 111111 101 1011110 1010110 1000001

Color Harmonies of #9DF35A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DF35A

Black with #9DF35A

Text Example


Text Example

White with #9DF35A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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