Html Css Color HEX #98D268 Olivine

📋 copy color: '#98D268'

red 152 ◦ green 210 ◦ blue 104

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

Shades of Olivine #98D268

Tints of Olivine #98D268

RGB

 RED value IS 152 (59.77% from 255) = 32.62%

 GREEN value IS 210 (82.42% from 255) = 45.06%

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

R = 32.62%
G = 45.06%
B = 22.32%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.50

 K value IS 0.18

RGB Variations

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

Color information

#98D268 (or 0x98D268) is known color: Olivine. HEX triplet: 98, D2 and 68. RGB value is (152,210,104). Sum of RGB (Red+Green+Blue) = 152+210+104=466 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.62% from 466); Green value is 210 (82.42% from 255 or 45.06% from 466); Blue value is 104 (41.02% from 255 or 22.32% from 466); Max value from RGB is 210 - color contains mainly: green. Hex color #98D268 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98D268 is #672D97. Grayscale: #B4B4B4. Windows color (decimal): -6761880 or 6869656. OLE color: 6869656.

HSL color Cylindrical-coordinate representation of color #98D268: hue angle of 92.83º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #98D268 is Cyan = 0.28, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.18.

Color convert

RGB 152 210 104 -
CMYK 0.28 0 0.50 0.18
HSL 92.83º 0.54% 0.62% -
HSV(B) 92.83º 0.5% 0.82% -
XYZ 38.49 53.77 21.45 -
YUV 180.57 84.78 107.62 -
System Red Green Blue C M Y K H S L
Decimal 152 210 104 0.28 0 0.50 0.18 92.83 0.54 0.62
Hex 98 D2 68 1C 0 32 12 5D 36 3E
Octal 230 322 150 34 0 62 22 135 66 76
Binary 10011000 11010010 1101000 11100 0 110010 10010 1011101 110110 111110

Color Harmonies of #98D268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98D268

Black with #98D268

Text Example


Text Example

White with #98D268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98D268; }

 p { color: rgb(152,210,104); }

 H1.HeaderClassName
 {
   color: #98D268;
 }
 .AnyTagClassName
 {
   color: #98D268;
 }
</style>

background-color css

<style>
 a { background-color: #98D268; }

 a { background-color: rgb(152,210,104); }

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

border-color css

<style>
 span { border-color: #98D268; }

 span { border-color: rgb(152,210,104); }

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