Html Css Color HEX #9DD064 Olivine

📋 copy color: '#9DD064'

red 157 ◦ green 208 ◦ blue 100

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

Shades of Olivine #9DD064

Tints of Olivine #9DD064

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 21.51%

R = 33.76%
G = 44.73%
B = 21.51%

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

#9DD064 (or 0x9DD064) is known color: Olivine. HEX triplet: 9D, D0 and 64. RGB value is (157,208,100). Sum of RGB (Red+Green+Blue) = 157+208+100=465 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.76% from 465); Green value is 208 (81.64% from 255 or 44.73% from 465); Blue value is 100 (39.45% from 255 or 21.51% from 465); Max value from RGB is 208 - color contains mainly: green. Hex color #9DD064 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DD064 is #622F9B. Grayscale: #B4B4B4. Windows color (decimal): -6434716 or 6607005. OLE color: 6607005.

HSL color Cylindrical-coordinate representation of color #9DD064: hue angle of 88.33º degrees, saturation: 0.53, 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 #9DD064 is Cyan = 0.25, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.18.

Color convert

RGB 157 208 100 -
CMYK 0.25 0 0.52 0.18
HSL 88.33º 0.53% 0.6% -
HSV(B) 88.33º 0.52% 0.82% -
XYZ 38.76 53.2 20.28 -
YUV 180.44 82.6 111.28 -
System Red Green Blue C M Y K H S L
Decimal 157 208 100 0.25 0 0.52 0.18 88.33 0.53 0.6
Hex 9D D0 64 19 0 34 12 58 35 3C
Octal 235 320 144 31 0 64 22 130 65 74
Binary 10011101 11010000 1100100 11001 0 110100 10010 1011000 110101 111100

Color Harmonies of #9DD064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DD064

Black with #9DD064

Text Example


Text Example

White with #9DD064

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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