Html Css Color HEX #08A267 Jade

📋 copy color: '#08A267'

red 8 ◦ green 162 ◦ blue 103

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

Shades of Jade #08A267

Tints of Jade #08A267

RGB

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

 GREEN value IS 162 (63.67% from 255) = 59.34%

 BLUE value IS 103 (40.63% from 255) = 37.73%

R = 2.93%
G = 59.34%
B = 37.73%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.36

 K value IS 0.36

RGB Variations

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

Color information

#08A267 (or 0x08A267) is known color: Jade. HEX triplet: 08, A2 and 67. RGB value is (8,162,103). Sum of RGB (Red+Green+Blue) = 8+162+103=273 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.93% from 273); Green value is 162 (63.67% from 255 or 59.34% from 273); Blue value is 103 (40.62% from 255 or 37.73% from 273); Max value from RGB is 162 - color contains mainly: green. Hex color #08A267 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08A267 is #F75D98. Grayscale: #6D6D6D. Windows color (decimal): -16211353 or 6791688. OLE color: 6791688.

HSL color Cylindrical-coordinate representation of color #08A267: hue angle of 157.01º degrees, saturation: 0.91, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08A267 is Cyan = 0.95, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.36.

Color convert

RGB 8 162 103 -
CMYK 0.95 0 0.36 0.36
HSL 157.01º 0.91% 0.33% -
HSV(B) 157.01º 0.95% 0.64% -
XYZ 15.47 26.87 17.2 -
YUV 109.23 124.48 55.8 -
System Red Green Blue C M Y K H S L
Decimal 8 162 103 0.95 0 0.36 0.36 157.01 0.91 0.33
Hex 8 A2 67 5F 0 24 24 9D 5B 21
Octal 10 242 147 137 0 44 44 235 133 41
Binary 1000 10100010 1100111 1011111 0 100100 100100 10011101 1011011 100001

Color Harmonies of #08A267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08A267

Black with #08A267

Text Example


Text Example

White with #08A267

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,162,103); }

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

background-color css

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

 a { background-color: rgb(8,162,103); }

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

border-color css

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

 span { border-color: rgb(8,162,103); }

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