Html Css Color HEX #98F85A Conifer

📋 copy color: '#98F85A'

red 152 ◦ green 248 ◦ blue 90

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

Shades of Conifer #98F85A

Tints of Conifer #98F85A

RGB

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

 GREEN value IS 248 (97.27% from 255) = 50.61%

 BLUE value IS 90 (35.55% from 255) = 18.37%

R = 31.02%
G = 50.61%
B = 18.37%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.64

 K value IS 0.03

RGB Variations

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

Color information

#98F85A (or 0x98F85A) is known color: Conifer. HEX triplet: 98, F8 and 5A. RGB value is (152,248,90). Sum of RGB (Red+Green+Blue) = 152+248+90=490 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.02% from 490); Green value is 248 (97.27% from 255 or 50.61% from 490); Blue value is 90 (35.55% from 255 or 18.37% from 490); Max value from RGB is 248 - color contains mainly: green. Hex color #98F85A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #98F85A is #6707A5. Grayscale: #C9C9C9. Windows color (decimal): -6752166 or 5961880. OLE color: 5961880.

HSL color Cylindrical-coordinate representation of color #98F85A: hue angle of 96.46º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #98F85A is Cyan = 0.39, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.03.

Color convert

RGB 152 248 90 -
CMYK 0.39 0 0.64 0.03
HSL 96.46º 0.92% 0.66% -
HSV(B) 96.46º 0.64% 0.97% -
XYZ 48.36 74.55 21.51 -
YUV 201.28 65.2 92.85 -
System Red Green Blue C M Y K H S L
Decimal 152 248 90 0.39 0 0.64 0.03 96.46 0.92 0.66
Hex 98 F8 5A 27 0 40 3 60 5C 42
Octal 230 370 132 47 0 100 3 140 134 102
Binary 10011000 11111000 1011010 100111 0 1000000 11 1100000 1011100 1000010

Color Harmonies of #98F85A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98F85A

Black with #98F85A

Text Example


Text Example

White with #98F85A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,248,90); }

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

background-color css

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

 a { background-color: rgb(152,248,90); }

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

border-color css

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

 span { border-color: rgb(152,248,90); }

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