Html Css Color HEX #9DD063 Olivine

📋 copy color: '#9DD063'

red 157 ◦ green 208 ◦ blue 99

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

Shades of Olivine #9DD063

Tints of Olivine #9DD063

RGB

 RED value IS 157 (61.72% from 255) = 33.84%

 GREEN value IS 208 (81.64% from 255) = 44.83%

 BLUE value IS 99 (39.06% from 255) = 21.34%

R = 33.84%
G = 44.83%
B = 21.34%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.52

 K value IS 0.18

RGB Variations

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

Color information

#9DD063 (or 0x9DD063) is known color: Olivine. HEX triplet: 9D, D0 and 63. RGB value is (157,208,99). Sum of RGB (Red+Green+Blue) = 157+208+99=464 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.84% from 464); Green value is 208 (81.64% from 255 or 44.83% from 464); Blue value is 99 (39.06% from 255 or 21.34% from 464); Max value from RGB is 208 - color contains mainly: green. Hex color #9DD063 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DD063 is #622F9C. Grayscale: #B4B4B4. Windows color (decimal): -6434717 or 6541469. OLE color: 6541469.

HSL color Cylindrical-coordinate representation of color #9DD063: hue angle of 88.07º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9DD063 is Cyan = 0.25, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.18.

Color convert

RGB 157 208 99 -
CMYK 0.25 0 0.52 0.18
HSL 88.07º 0.54% 0.6% -
HSV(B) 88.07º 0.52% 0.82% -
XYZ 38.71 53.18 20.03 -
YUV 180.33 82.1 111.36 -
System Red Green Blue C M Y K H S L
Decimal 157 208 99 0.25 0 0.52 0.18 88.07 0.54 0.6
Hex 9D D0 63 19 0 34 12 58 36 3C
Octal 235 320 143 31 0 64 22 130 66 74
Binary 10011101 11010000 1100011 11001 0 110100 10010 1011000 110110 111100

Color Harmonies of #9DD063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DD063

Black with #9DD063

Text Example


Text Example

White with #9DD063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9DD063; }

 p { color: rgb(157,208,99); }

 H1.HeaderClassName
 {
   color: #9DD063;
 }
 .AnyTagClassName
 {
   color: #9DD063;
 }
</style>

background-color css

<style>
 a { background-color: #9DD063; }

 a { background-color: rgb(157,208,99); }

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

border-color css

<style>
 span { border-color: #9DD063; }

 span { border-color: rgb(157,208,99); }

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