Html Css Color HEX #08B26C Jade

📋 copy color: '#08B26C'

red 8 ◦ green 178 ◦ blue 108

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

Shades of Jade #08B26C

Tints of Jade #08B26C

RGB

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

 GREEN value IS 178 (69.92% from 255) = 60.54%

 BLUE value IS 108 (42.58% from 255) = 36.73%

R = 2.72%
G = 60.54%
B = 36.73%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.39

 K value IS 0.30

RGB Variations

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

Color information

#08B26C (or 0x08B26C) is known color: Jade. HEX triplet: 08, B2 and 6C. RGB value is (8,178,108). Sum of RGB (Red+Green+Blue) = 8+178+108=294 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.72% from 294); Green value is 178 (69.92% from 255 or 60.54% from 294); Blue value is 108 (42.58% from 255 or 36.73% from 294); Max value from RGB is 178 - color contains mainly: green. Hex color #08B26C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08B26C is #F74D93. Grayscale: #777777. Windows color (decimal): -16207252 or 7123464. OLE color: 7123464.

HSL color Cylindrical-coordinate representation of color #08B26C: hue angle of 155.29º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08B26C is Cyan = 0.96, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.30.

Color convert

RGB 8 178 108 -
CMYK 0.96 0 0.39 0.30
HSL 155.29º 0.91% 0.36% -
HSV(B) 155.29º 0.96% 0.7% -
XYZ 18.73 32.98 19.57 -
YUV 119.19 121.68 48.69 -
System Red Green Blue C M Y K H S L
Decimal 8 178 108 0.96 0 0.39 0.30 155.29 0.91 0.36
Hex 8 B2 6C 60 0 27 1E 9B 5B 24
Octal 10 262 154 140 0 47 36 233 133 44
Binary 1000 10110010 1101100 1100000 0 100111 11110 10011011 1011011 100100

Color Harmonies of #08B26C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08B26C

Black with #08B26C

Text Example


Text Example

White with #08B26C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,178,108); }

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

background-color css

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

 a { background-color: rgb(8,178,108); }

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

border-color css

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

 span { border-color: rgb(8,178,108); }

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