Html Css Color HEX #08CC1D Dark Pastel Green

📋 copy color: '#08CC1D'

red 8 ◦ green 204 ◦ blue 29

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

Shades of Dark Pastel Green #08CC1D

Tints of Dark Pastel Green #08CC1D

RGB

 RED value IS 8 (3.52% from 255) = 3.32%

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

 BLUE value IS 29 (11.72% from 255) = 12.03%

R = 3.32%
G = 84.65%
B = 12.03%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.86

 K value IS 0.2

RGB Variations

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

Color information

#08CC1D (or 0x08CC1D) is known color: Dark Pastel Green. HEX triplet: 08, CC and 1D. RGB value is (8,204,29). Sum of RGB (Red+Green+Blue) = 8+204+29=241 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.32% from 241); Green value is 204 (80.08% from 255 or 84.65% from 241); Blue value is 29 (11.72% from 255 or 12.03% from 241); Max value from RGB is 204 - color contains mainly: green. Hex color #08CC1D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #08CC1D is #F733E2. Grayscale: #7D7D7D. Windows color (decimal): -16200675 or 1952776. OLE color: 1952776.

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

Color convert

RGB 8 204 29 -
CMYK 0.96 0 0.86 0.2
HSL 126.43º 0.92% 0.42% -
HSV(B) 126.43º 0.96% 0.8% -
XYZ 21.91 43.33 8.37 -
YUV 125.45 73.57 44.23 -
System Red Green Blue C M Y K H S L
Decimal 8 204 29 0.96 0 0.86 0.2 126.43 0.92 0.42
Hex 8 CC 1D 60 0 56 14 7E 5C 2A
Octal 10 314 35 140 0 126 24 176 134 52
Binary 1000 11001100 11101 1100000 0 1010110 10100 1111110 1011100 101010

Color Harmonies of #08CC1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08CC1D

Black with #08CC1D

Text Example


Text Example

White with #08CC1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08CC1D; }

 p { color: rgb(8,204,29); }

 H1.HeaderClassName
 {
   color: #08CC1D;
 }
 .AnyTagClassName
 {
   color: #08CC1D;
 }
</style>

background-color css

<style>
 a { background-color: #08CC1D; }

 a { background-color: rgb(8,204,29); }

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

border-color css

<style>
 span { border-color: #08CC1D; }

 span { border-color: rgb(8,204,29); }

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