Html Css Color HEX #9DF14A Conifer

📋 copy color: '#9DF14A'

red 157 ◦ green 241 ◦ blue 74

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

Shades of Conifer #9DF14A

Tints of Conifer #9DF14A

RGB

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

 GREEN value IS 241 (94.53% from 255) = 51.06%

 BLUE value IS 74 (29.3% from 255) = 15.68%

R = 33.26%
G = 51.06%
B = 15.68%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.69

 K value IS 0.05

RGB Variations

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

Color information

#9DF14A (or 0x9DF14A) is known color: Conifer. HEX triplet: 9D, F1 and 4A. RGB value is (157,241,74). Sum of RGB (Red+Green+Blue) = 157+241+74=472 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.26% from 472); Green value is 241 (94.53% from 255 or 51.06% from 472); Blue value is 74 (29.30% from 255 or 15.68% from 472); Max value from RGB is 241 - color contains mainly: green. Hex color #9DF14A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #9DF14A is #620EB5. Grayscale: #C5C5C5. Windows color (decimal): -6426294 or 4911517. OLE color: 4911517.

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

Color convert

RGB 157 241 74 -
CMYK 0.35 0 0.69 0.05
HSL 90.18º 0.86% 0.62% -
HSV(B) 90.18º 0.69% 0.95% -
XYZ 46.6 70.57 17.64 -
YUV 196.85 58.67 99.58 -
System Red Green Blue C M Y K H S L
Decimal 157 241 74 0.35 0 0.69 0.05 90.18 0.86 0.62
Hex 9D F1 4A 23 0 45 5 5A 56 3E
Octal 235 361 112 43 0 105 5 132 126 76
Binary 10011101 11110001 1001010 100011 0 1000101 101 1011010 1010110 111110

Color Harmonies of #9DF14A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DF14A

Black with #9DF14A

Text Example


Text Example

White with #9DF14A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,241,74); }

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

background-color css

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

 a { background-color: rgb(157,241,74); }

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

border-color css

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

 span { border-color: rgb(157,241,74); }

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