Html Css Color HEX #08C21A Dark Pastel Green

📋 copy color: '#08C21A'

red 8 ◦ green 194 ◦ blue 26

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

Shades of Dark Pastel Green #08C21A

Tints of Dark Pastel Green #08C21A

RGB

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

 GREEN value IS 194 (76.17% from 255) = 85.09%

 BLUE value IS 26 (10.55% from 255) = 11.4%

R = 3.51%
G = 85.09%
B = 11.4%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#08C21A (or 0x08C21A) is known color: Dark Pastel Green. HEX triplet: 08, C2 and 1A. RGB value is (8,194,26). Sum of RGB (Red+Green+Blue) = 8+194+26=228 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.51% from 228); Green value is 194 (76.17% from 255 or 85.09% from 228); Blue value is 26 (10.55% from 255 or 11.40% from 228); Max value from RGB is 194 - color contains mainly: green. Hex color #08C21A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #08C21A is #F73DE5. Grayscale: #777777. Windows color (decimal): -16203238 or 1753608. OLE color: 1753608.

HSL color Cylindrical-coordinate representation of color #08C21A: hue angle of 125.81º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08C21A is Cyan = 0.96, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.24.

Color convert

RGB 8 194 26 -
CMYK 0.96 0 0.87 0.24
HSL 125.81º 0.92% 0.4% -
HSV(B) 125.81º 0.96% 0.76% -
XYZ 19.58 38.71 7.42 -
YUV 119.23 75.38 48.66 -
System Red Green Blue C M Y K H S L
Decimal 8 194 26 0.96 0 0.87 0.24 125.81 0.92 0.4
Hex 8 C2 1A 60 0 57 18 7E 5C 28
Octal 10 302 32 140 0 127 30 176 134 50
Binary 1000 11000010 11010 1100000 0 1010111 11000 1111110 1011100 101000

Color Harmonies of #08C21A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08C21A

Black with #08C21A

Text Example


Text Example

White with #08C21A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,194,26); }

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

background-color css

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

 a { background-color: rgb(8,194,26); }

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

border-color css

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

 span { border-color: rgb(8,194,26); }

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