Html Css Color HEX #9CF20D Spring Bud

📋 copy color: '#9CF20D'

red 156 ◦ green 242 ◦ blue 13

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

Shades of Spring Bud #9CF20D

Tints of Spring Bud #9CF20D

RGB

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

 GREEN value IS 242 (94.92% from 255) = 58.88%

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

R = 37.96%
G = 58.88%
B = 3.16%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#9CF20D (or 0x9CF20D) is known color: Spring Bud. HEX triplet: 9C, F2 and 0D. RGB value is (156,242,13). Sum of RGB (Red+Green+Blue) = 156+242+13=411 (54% of max value = 765). Red value is 156 (61.33% from 255 or 37.96% from 411); Green value is 242 (94.92% from 255 or 58.88% from 411); Blue value is 13 (5.47% from 255 or 3.16% from 411); Max value from RGB is 242 - color contains mainly: green. Hex color #9CF20D is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9CF20D is #630DF2. Grayscale: #BFBFBF. Windows color (decimal): -6491635 or 914076. OLE color: 914076.

HSL color Cylindrical-coordinate representation of color #9CF20D: hue angle of 82.53º 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 #9CF20D is Cyan = 0.36, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.

Color convert

RGB 156 242 13 -
CMYK 0.36 0 0.95 0.05
HSL 82.53º 0.9% 0.5% -
HSV(B) 82.53º 0.95% 0.95% -
XYZ 45.54 70.6 11.61 -
YUV 190.18 28.01 103.62 -
System Red Green Blue C M Y K H S L
Decimal 156 242 13 0.36 0 0.95 0.05 82.53 0.9 0.5
Hex 9C F2 D 24 0 5F 5 53 5A 32
Octal 234 362 15 44 0 137 5 123 132 62
Binary 10011100 11110010 1101 100100 0 1011111 101 1010011 1011010 110010

Color Harmonies of #9CF20D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CF20D

Black with #9CF20D

Text Example


Text Example

White with #9CF20D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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