Html Css Color HEX #9DD467 Olivine

📋 copy color: '#9DD467'

red 157 ◦ green 212 ◦ blue 103

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

Shades of Olivine #9DD467

Tints of Olivine #9DD467

RGB

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

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

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

R = 33.26%
G = 44.92%
B = 21.82%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.51

 K value IS 0.17

RGB Variations

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

Color information

#9DD467 (or 0x9DD467) is known color: Olivine. HEX triplet: 9D, D4 and 67. RGB value is (157,212,103). Sum of RGB (Red+Green+Blue) = 157+212+103=472 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.26% from 472); Green value is 212 (83.20% from 255 or 44.92% from 472); Blue value is 103 (40.62% from 255 or 21.82% from 472); Max value from RGB is 212 - color contains mainly: green. Hex color #9DD467 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DD467 is #622B98. Grayscale: #B7B7B7. Windows color (decimal): -6433689 or 6804637. OLE color: 6804637.

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

Color convert

RGB 157 212 103 -
CMYK 0.26 0 0.51 0.17
HSL 90.28º 0.56% 0.62% -
HSV(B) 90.28º 0.51% 0.83% -
XYZ 39.9 55.23 21.39 -
YUV 183.13 82.78 109.36 -
System Red Green Blue C M Y K H S L
Decimal 157 212 103 0.26 0 0.51 0.17 90.28 0.56 0.62
Hex 9D D4 67 1A 0 33 11 5A 38 3E
Octal 235 324 147 32 0 63 21 132 70 76
Binary 10011101 11010100 1100111 11010 0 110011 10001 1011010 111000 111110

Color Harmonies of #9DD467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DD467

Black with #9DD467

Text Example


Text Example

White with #9DD467

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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