Html Css Color HEX #08BC1A Dark Pastel Green

📋 copy color: '#08BC1A'

red 8 ◦ green 188 ◦ blue 26

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

Shades of Dark Pastel Green #08BC1A

Tints of Dark Pastel Green #08BC1A

RGB

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

 GREEN value IS 188 (73.83% from 255) = 84.68%

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

R = 3.6%
G = 84.68%
B = 11.71%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#08BC1A (or 0x08BC1A) is known color: Dark Pastel Green. HEX triplet: 08, BC and 1A. RGB value is (8,188,26). Sum of RGB (Red+Green+Blue) = 8+188+26=222 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.60% from 222); Green value is 188 (73.83% from 255 or 84.68% from 222); Blue value is 26 (10.55% from 255 or 11.71% from 222); Max value from RGB is 188 - color contains mainly: green. Hex color #08BC1A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #08BC1A is #F743E5. Grayscale: #747474. Windows color (decimal): -16204774 or 1752072. OLE color: 1752072.

HSL color Cylindrical-coordinate representation of color #08BC1A: hue angle of 126º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08BC1A is Cyan = 0.96, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.26.

Color convert

RGB 8 188 26 -
CMYK 0.96 0 0.86 0.26
HSL 126º 0.92% 0.38% -
HSV(B) 126º 0.96% 0.74% -
XYZ 18.27 36.09 6.98 -
YUV 115.71 77.37 51.17 -
System Red Green Blue C M Y K H S L
Decimal 8 188 26 0.96 0 0.86 0.26 126 0.92 0.38
Hex 8 BC 1A 60 0 56 1A 7E 5C 26
Octal 10 274 32 140 0 126 32 176 134 46
Binary 1000 10111100 11010 1100000 0 1010110 11010 1111110 1011100 100110

Color Harmonies of #08BC1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08BC1A

Black with #08BC1A

Text Example


Text Example

White with #08BC1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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