Html Css Color HEX #09CC3A Dark Pastel Green

📋 copy color: '#09CC3A'

red 9 ◦ green 204 ◦ blue 58

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

Shades of Dark Pastel Green #09CC3A

Tints of Dark Pastel Green #09CC3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 21.4%

R = 3.32%
G = 75.28%
B = 21.4%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.72

 K value IS 0.2

RGB Variations

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

Color information

#09CC3A (or 0x09CC3A) is known color: Dark Pastel Green. HEX triplet: 09, CC and 3A. RGB value is (9,204,58). Sum of RGB (Red+Green+Blue) = 9+204+58=271 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.32% from 271); Green value is 204 (80.08% from 255 or 75.28% from 271); Blue value is 58 (23.05% from 255 or 21.40% from 271); Max value from RGB is 204 - color contains mainly: green. Hex color #09CC3A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #09CC3A is #F633C5. Grayscale: #818181. Windows color (decimal): -16135110 or 3853321. OLE color: 3853321.

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

Color convert

RGB 9 204 58 -
CMYK 0.96 0 0.72 0.2
HSL 135.08º 0.92% 0.42% -
HSV(B) 135.08º 0.96% 0.8% -
XYZ 22.47 43.55 11.22 -
YUV 129.05 87.9 42.37 -
System Red Green Blue C M Y K H S L
Decimal 9 204 58 0.96 0 0.72 0.2 135.08 0.92 0.42
Hex 9 CC 3A 60 0 48 14 87 5C 2A
Octal 11 314 72 140 0 110 24 207 134 52
Binary 1001 11001100 111010 1100000 0 1001000 10100 10000111 1011100 101010

Color Harmonies of #09CC3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09CC3A

Black with #09CC3A

Text Example


Text Example

White with #09CC3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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