Html Css Color HEX #09CF30 Dark Pastel Green

📋 copy color: '#09CF30'

red 9 ◦ green 207 ◦ blue 48

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

Shades of Dark Pastel Green #09CF30

Tints of Dark Pastel Green #09CF30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 18.18%

R = 3.41%
G = 78.41%
B = 18.18%

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

#09CF30 (or 0x09CF30) is known color: Dark Pastel Green. HEX triplet: 09, CF and 30. RGB value is (9,207,48). Sum of RGB (Red+Green+Blue) = 9+207+48=264 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.41% from 264); Green value is 207 (81.25% from 255 or 78.41% from 264); Blue value is 48 (19.14% from 255 or 18.18% from 264); Max value from RGB is 207 - color contains mainly: green. Hex color #09CF30 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #09CF30 is #F630CF. Grayscale: #828282. Windows color (decimal): -16134352 or 3198729. OLE color: 3198729.

HSL color Cylindrical-coordinate representation of color #09CF30: hue angle of 131.82º 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 #09CF30 is Cyan = 0.96, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.19.

Color convert

RGB 9 207 48 -
CMYK 0.96 0 0.77 0.19
HSL 131.82º 0.92% 0.42% -
HSV(B) 131.82º 0.96% 0.81% -
XYZ 22.96 44.9 10.25 -
YUV 129.67 81.9 41.93 -
System Red Green Blue C M Y K H S L
Decimal 9 207 48 0.96 0 0.77 0.19 131.82 0.92 0.42
Hex 9 CF 30 60 0 4D 13 84 5C 2A
Octal 11 317 60 140 0 115 23 204 134 52
Binary 1001 11001111 110000 1100000 0 1001101 10011 10000100 1011100 101010

Color Harmonies of #09CF30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09CF30

Black with #09CF30

Text Example


Text Example

White with #09CF30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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