Html Css Color HEX #9DD465 Olivine

📋 copy color: '#9DD465'

red 157 ◦ green 212 ◦ blue 101

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

Shades of Olivine #9DD465

Tints of Olivine #9DD465

RGB

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

 GREEN value IS 212 (83.2% from 255) = 45.11%

 BLUE value IS 101 (39.84% from 255) = 21.49%

R = 33.4%
G = 45.11%
B = 21.49%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.52

 K value IS 0.17

RGB Variations

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

Color information

#9DD465 (or 0x9DD465) is known color: Olivine. HEX triplet: 9D, D4 and 65. RGB value is (157,212,101). Sum of RGB (Red+Green+Blue) = 157+212+101=470 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.40% from 470); Green value is 212 (83.20% from 255 or 45.11% from 470); Blue value is 101 (39.84% from 255 or 21.49% from 470); Max value from RGB is 212 - color contains mainly: green. Hex color #9DD465 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DD465 is #622B9A. Grayscale: #B7B7B7. Windows color (decimal): -6433691 or 6673565. OLE color: 6673565.

HSL color Cylindrical-coordinate representation of color #9DD465: hue angle of 89.73º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9DD465 is Cyan = 0.26, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.17.

Color convert

RGB 157 212 101 -
CMYK 0.26 0 0.52 0.17
HSL 89.73º 0.56% 0.61% -
HSV(B) 89.73º 0.52% 0.83% -
XYZ 39.8 55.19 20.87 -
YUV 182.9 81.78 109.53 -
System Red Green Blue C M Y K H S L
Decimal 157 212 101 0.26 0 0.52 0.17 89.73 0.56 0.61
Hex 9D D4 65 1A 0 34 11 5A 38 3D
Octal 235 324 145 32 0 64 21 132 70 75
Binary 10011101 11010100 1100101 11010 0 110100 10001 1011010 111000 111101

Color Harmonies of #9DD465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DD465

Black with #9DD465

Text Example


Text Example

White with #9DD465

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,212,101); }

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

background-color css

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

 a { background-color: rgb(157,212,101); }

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

border-color css

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

 span { border-color: rgb(157,212,101); }

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