Html Css Color HEX #9AD568 Olivine

📋 copy color: '#9AD568'

red 154 ◦ green 213 ◦ blue 104

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

Shades of Olivine #9AD568

Tints of Olivine #9AD568

RGB

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

 GREEN value IS 213 (83.59% from 255) = 45.22%

 BLUE value IS 104 (41.02% from 255) = 22.08%

R = 32.7%
G = 45.22%
B = 22.08%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#9AD568 (or 0x9AD568) is known color: Olivine. HEX triplet: 9A, D5 and 68. RGB value is (154,213,104). Sum of RGB (Red+Green+Blue) = 154+213+104=471 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.70% from 471); Green value is 213 (83.59% from 255 or 45.22% from 471); Blue value is 104 (41.02% from 255 or 22.08% from 471); Max value from RGB is 213 - color contains mainly: green. Hex color #9AD568 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AD568 is #652A97. Grayscale: #B7B7B7. Windows color (decimal): -6630040 or 6870426. OLE color: 6870426.

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

Color convert

RGB 154 213 104 -
CMYK 0.28 0 0.51 0.16
HSL 92.48º 0.56% 0.62% -
HSV(B) 92.48º 0.51% 0.84% -
XYZ 39.62 55.46 21.71 -
YUV 182.93 83.45 107.36 -
System Red Green Blue C M Y K H S L
Decimal 154 213 104 0.28 0 0.51 0.16 92.48 0.56 0.62
Hex 9A D5 68 1C 0 33 10 5C 38 3E
Octal 232 325 150 34 0 63 20 134 70 76
Binary 10011010 11010101 1101000 11100 0 110011 10000 1011100 111000 111110

Color Harmonies of #9AD568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AD568

Black with #9AD568

Text Example


Text Example

White with #9AD568

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,213,104); }

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

background-color css

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

 a { background-color: rgb(154,213,104); }

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

border-color css

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

 span { border-color: rgb(154,213,104); }

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