Html Css Color HEX #09CF2F Dark Pastel Green

📋 copy color: '#09CF2F'

red 9 ◦ green 207 ◦ blue 47

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

Shades of Dark Pastel Green #09CF2F

Tints of Dark Pastel Green #09CF2F

RGB

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

 GREEN value IS 207 (81.25% from 255) = 78.71%

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

R = 3.42%
G = 78.71%
B = 17.87%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.77

 K value IS 0.19

RGB Variations

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

Color information

#09CF2F (or 0x09CF2F) is known color: Dark Pastel Green. HEX triplet: 09, CF and 2F. RGB value is (9,207,47). Sum of RGB (Red+Green+Blue) = 9+207+47=263 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.42% from 263); Green value is 207 (81.25% from 255 or 78.71% from 263); Blue value is 47 (18.75% from 255 or 17.87% from 263); Max value from RGB is 207 - color contains mainly: green. Hex color #09CF2F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #09CF2F is #F630D0. Grayscale: #828282. Windows color (decimal): -16134353 or 3133193. OLE color: 3133193.

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

Color convert

RGB 9 207 47 -
CMYK 0.96 0 0.77 0.19
HSL 131.52º 0.92% 0.42% -
HSV(B) 131.52º 0.96% 0.81% -
XYZ 22.94 44.89 10.14 -
YUV 129.56 81.4 42.01 -
System Red Green Blue C M Y K H S L
Decimal 9 207 47 0.96 0 0.77 0.19 131.52 0.92 0.42
Hex 9 CF 2F 60 0 4D 13 84 5C 2A
Octal 11 317 57 140 0 115 23 204 134 52
Binary 1001 11001111 101111 1100000 0 1001101 10011 10000100 1011100 101010

Color Harmonies of #09CF2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09CF2F

Black with #09CF2F

Text Example


Text Example

White with #09CF2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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