Html Css Color HEX #9CF10D Spring Bud

📋 copy color: '#9CF10D'

red 156 ◦ green 241 ◦ blue 13

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

Shades of Spring Bud #9CF10D

Tints of Spring Bud #9CF10D

RGB

 RED value IS 156 (61.33% from 255) = 38.05%

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

 BLUE value IS 13 (5.47% from 255) = 3.17%

R = 38.05%
G = 58.78%
B = 3.17%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#9CF10D (or 0x9CF10D) is known color: Spring Bud. HEX triplet: 9C, F1 and 0D. RGB value is (156,241,13). Sum of RGB (Red+Green+Blue) = 156+241+13=410 (54% of max value = 765). Red value is 156 (61.33% from 255 or 38.05% from 410); Green value is 241 (94.53% from 255 or 58.78% from 410); Blue value is 13 (5.47% from 255 or 3.17% from 410); Max value from RGB is 241 - color contains mainly: green. Hex color #9CF10D is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9CF10D is #630EF2. Grayscale: #BEBEBE. Windows color (decimal): -6491891 or 913820. OLE color: 913820.

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

Color convert

RGB 156 241 13 -
CMYK 0.35 0 0.95 0.05
HSL 82.37º 0.9% 0.5% -
HSV(B) 82.37º 0.95% 0.95% -
XYZ 45.24 70.01 11.51 -
YUV 189.59 28.34 104.04 -
System Red Green Blue C M Y K H S L
Decimal 156 241 13 0.35 0 0.95 0.05 82.37 0.9 0.5
Hex 9C F1 D 23 0 5F 5 52 5A 32
Octal 234 361 15 43 0 137 5 122 132 62
Binary 10011100 11110001 1101 100011 0 1011111 101 1010010 1011010 110010

Color Harmonies of #9CF10D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CF10D

Black with #9CF10D

Text Example


Text Example

White with #9CF10D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,241,13); }

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

background-color css

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

 a { background-color: rgb(156,241,13); }

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

border-color css

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

 span { border-color: rgb(156,241,13); }

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