Html Css Color HEX #9AD467 Olivine

📋 copy color: '#9AD467'

red 154 ◦ green 212 ◦ blue 103

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

Shades of Olivine #9AD467

Tints of Olivine #9AD467

RGB

 RED value IS 154 (60.55% from 255) = 32.84%

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

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

R = 32.84%
G = 45.2%
B = 21.96%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.51

 K value IS 0.17

RGB Variations

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

Color information

#9AD467 (or 0x9AD467) is known color: Olivine. HEX triplet: 9A, D4 and 67. RGB value is (154,212,103). Sum of RGB (Red+Green+Blue) = 154+212+103=469 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.84% from 469); Green value is 212 (83.20% from 255 or 45.20% from 469); Blue value is 103 (40.62% from 255 or 21.96% from 469); Max value from RGB is 212 - color contains mainly: green. Hex color #9AD467 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AD467 is #652B98. Grayscale: #B6B6B6. Windows color (decimal): -6630297 or 6804634. OLE color: 6804634.

HSL color Cylindrical-coordinate representation of color #9AD467: hue angle of 91.93º 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 #9AD467 is Cyan = 0.27, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.17.

Color convert

RGB 154 212 103 -
CMYK 0.27 0 0.51 0.17
HSL 91.93º 0.56% 0.62% -
HSV(B) 91.93º 0.51% 0.83% -
XYZ 39.32 54.94 21.36 -
YUV 182.23 83.28 107.86 -
System Red Green Blue C M Y K H S L
Decimal 154 212 103 0.27 0 0.51 0.17 91.93 0.56 0.62
Hex 9A D4 67 1B 0 33 11 5C 38 3E
Octal 232 324 147 33 0 63 21 134 70 76
Binary 10011010 11010100 1100111 11011 0 110011 10001 1011100 111000 111110

Color Harmonies of #9AD467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AD467

Black with #9AD467

Text Example


Text Example

White with #9AD467

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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