Html Css Color HEX #09CC2F Dark Pastel Green

📋 copy color: '#09CC2F'

red 9 ◦ green 204 ◦ blue 47

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

Shades of Dark Pastel Green #09CC2F

Tints of Dark Pastel Green #09CC2F

RGB

 RED value IS 9 (3.91% from 255) = 3.46%

 GREEN value IS 204 (80.08% from 255) = 78.46%

 BLUE value IS 47 (18.75% from 255) = 18.08%

R = 3.46%
G = 78.46%
B = 18.08%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.77

 K value IS 0.2

RGB Variations

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

Color information

#09CC2F (or 0x09CC2F) is known color: Dark Pastel Green. HEX triplet: 09, CC and 2F. RGB value is (9,204,47). Sum of RGB (Red+Green+Blue) = 9+204+47=260 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.46% from 260); Green value is 204 (80.08% from 255 or 78.46% from 260); Blue value is 47 (18.75% from 255 or 18.08% from 260); Max value from RGB is 204 - color contains mainly: green. Hex color #09CC2F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #09CC2F is #F633D0. Grayscale: #808080. Windows color (decimal): -16135121 or 3132425. OLE color: 3132425.

HSL color Cylindrical-coordinate representation of color #09CC2F: hue angle of 131.69º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09CC2F is Cyan = 0.96, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.2.

Color convert

RGB 9 204 47 -
CMYK 0.96 0 0.77 0.2
HSL 131.69º 0.92% 0.42% -
HSV(B) 131.69º 0.96% 0.8% -
XYZ 22.22 43.45 9.9 -
YUV 127.8 82.4 43.27 -
System Red Green Blue C M Y K H S L
Decimal 9 204 47 0.96 0 0.77 0.2 131.69 0.92 0.42
Hex 9 CC 2F 60 0 4D 14 84 5C 2A
Octal 11 314 57 140 0 115 24 204 134 52
Binary 1001 11001100 101111 1100000 0 1001101 10100 10000100 1011100 101010

Color Harmonies of #09CC2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09CC2F

Black with #09CC2F

Text Example


Text Example

White with #09CC2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09CC2F; }

 p { color: rgb(9,204,47); }

 H1.HeaderClassName
 {
   color: #09CC2F;
 }
 .AnyTagClassName
 {
   color: #09CC2F;
 }
</style>

background-color css

<style>
 a { background-color: #09CC2F; }

 a { background-color: rgb(9,204,47); }

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

border-color css

<style>
 span { border-color: #09CC2F; }

 span { border-color: rgb(9,204,47); }

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