Html Css Color HEX #09CC1E Dark Pastel Green

📋 copy color: '#09CC1E'

red 9 ◦ green 204 ◦ blue 30

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

Shades of Dark Pastel Green #09CC1E

Tints of Dark Pastel Green #09CC1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 12.35%

R = 3.7%
G = 83.95%
B = 12.35%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.85

 K value IS 0.2

RGB Variations

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

Color information

#09CC1E (or 0x09CC1E) is known color: Dark Pastel Green. HEX triplet: 09, CC and 1E. RGB value is (9,204,30). Sum of RGB (Red+Green+Blue) = 9+204+30=243 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.70% from 243); Green value is 204 (80.08% from 255 or 83.95% from 243); Blue value is 30 (12.11% from 255 or 12.35% from 243); Max value from RGB is 204 - color contains mainly: green. Hex color #09CC1E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #09CC1E is #F633E1. Grayscale: #7E7E7E. Windows color (decimal): -16135138 or 2018313. OLE color: 2018313.

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

Color convert

RGB 9 204 30 -
CMYK 0.96 0 0.85 0.2
HSL 126.46º 0.92% 0.42% -
HSV(B) 126.46º 0.96% 0.8% -
XYZ 21.94 43.34 8.44 -
YUV 125.86 73.9 44.65 -
System Red Green Blue C M Y K H S L
Decimal 9 204 30 0.96 0 0.85 0.2 126.46 0.92 0.42
Hex 9 CC 1E 60 0 55 14 7E 5C 2A
Octal 11 314 36 140 0 125 24 176 134 52
Binary 1001 11001100 11110 1100000 0 1010101 10100 1111110 1011100 101010

Color Harmonies of #09CC1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09CC1E

Black with #09CC1E

Text Example


Text Example

White with #09CC1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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