Html Css Color HEX #98CD6E Olivine

📋 copy color: '#98CD6E'

red 152 ◦ green 205 ◦ blue 110

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

Shades of Olivine #98CD6E

Tints of Olivine #98CD6E

RGB

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

 GREEN value IS 205 (80.47% from 255) = 43.9%

 BLUE value IS 110 (43.36% from 255) = 23.55%

R = 32.55%
G = 43.9%
B = 23.55%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.46

 K value IS 0.20

RGB Variations

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

Color information

#98CD6E (or 0x98CD6E) is known color: Olivine. HEX triplet: 98, CD and 6E. RGB value is (152,205,110). Sum of RGB (Red+Green+Blue) = 152+205+110=467 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.55% from 467); Green value is 205 (80.47% from 255 or 43.90% from 467); Blue value is 110 (43.36% from 255 or 23.55% from 467); Max value from RGB is 205 - color contains mainly: green. Hex color #98CD6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98CD6E is #673291. Grayscale: #B2B2B2. Windows color (decimal): -6763154 or 7261592. OLE color: 7261592.

HSL color Cylindrical-coordinate representation of color #98CD6E: hue angle of 93.47º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #98CD6E is Cyan = 0.26, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.20.

Color convert

RGB 152 205 110 -
CMYK 0.26 0 0.46 0.20
HSL 93.47º 0.49% 0.62% -
HSV(B) 93.47º 0.46% 0.8% -
XYZ 37.59 51.46 22.7 -
YUV 178.32 89.44 109.22 -
System Red Green Blue C M Y K H S L
Decimal 152 205 110 0.26 0 0.46 0.20 93.47 0.49 0.62
Hex 98 CD 6E 1A 0 2E 14 5D 31 3E
Octal 230 315 156 32 0 56 24 135 61 76
Binary 10011000 11001101 1101110 11010 0 101110 10100 1011101 110001 111110

Color Harmonies of #98CD6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98CD6E

Black with #98CD6E

Text Example


Text Example

White with #98CD6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,205,110); }

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

background-color css

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

 a { background-color: rgb(152,205,110); }

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

border-color css

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

 span { border-color: rgb(152,205,110); }

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