Html Css Color HEX #08BC26 Dark Pastel Green

📋 copy color: '#08BC26'

red 8 ◦ green 188 ◦ blue 38

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

Shades of Dark Pastel Green #08BC26

Tints of Dark Pastel Green #08BC26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 16.24%

R = 3.42%
G = 80.34%
B = 16.24%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.80

 K value IS 0.26

RGB Variations

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

Color information

#08BC26 (or 0x08BC26) is known color: Dark Pastel Green. HEX triplet: 08, BC and 26. RGB value is (8,188,38). Sum of RGB (Red+Green+Blue) = 8+188+38=234 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.42% from 234); Green value is 188 (73.83% from 255 or 80.34% from 234); Blue value is 38 (15.23% from 255 or 16.24% from 234); Max value from RGB is 188 - color contains mainly: green. Hex color #08BC26 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #08BC26 is #F743D9. Grayscale: #757575. Windows color (decimal): -16204762 or 2538504. OLE color: 2538504.

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

Color convert

RGB 8 188 38 -
CMYK 0.96 0 0.80 0.26
HSL 130º 0.92% 0.38% -
HSV(B) 130º 0.96% 0.74% -
XYZ 18.43 36.16 7.84 -
YUV 117.08 83.37 50.2 -
System Red Green Blue C M Y K H S L
Decimal 8 188 38 0.96 0 0.80 0.26 130 0.92 0.38
Hex 8 BC 26 60 0 50 1A 82 5C 26
Octal 10 274 46 140 0 120 32 202 134 46
Binary 1000 10111100 100110 1100000 0 1010000 11010 10000010 1011100 100110

Color Harmonies of #08BC26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08BC26

Black with #08BC26

Text Example


Text Example

White with #08BC26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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