Html Css Color HEX #98D05A Conifer

📋 copy color: '#98D05A'

red 152 ◦ green 208 ◦ blue 90

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

Shades of Conifer #98D05A

Tints of Conifer #98D05A

RGB

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

 GREEN value IS 208 (81.64% from 255) = 46.22%

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

R = 33.78%
G = 46.22%
B = 20%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.57

 K value IS 0.18

RGB Variations

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

Color information

#98D05A (or 0x98D05A) is known color: Conifer. HEX triplet: 98, D0 and 5A. RGB value is (152,208,90). Sum of RGB (Red+Green+Blue) = 152+208+90=450 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.78% from 450); Green value is 208 (81.64% from 255 or 46.22% from 450); Blue value is 90 (35.55% from 255 or 20% from 450); Max value from RGB is 208 - color contains mainly: green. Hex color #98D05A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98D05A is #672FA5. Grayscale: #B2B2B2. Windows color (decimal): -6762406 or 5951640. OLE color: 5951640.

HSL color Cylindrical-coordinate representation of color #98D05A: hue angle of 88.47º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #98D05A is Cyan = 0.27, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.18.

Color convert

RGB 152 208 90 -
CMYK 0.27 0 0.57 0.18
HSL 88.47º 0.56% 0.58% -
HSV(B) 88.47º 0.57% 0.82% -
XYZ 37.35 52.53 17.84 -
YUV 177.8 78.45 109.59 -
System Red Green Blue C M Y K H S L
Decimal 152 208 90 0.27 0 0.57 0.18 88.47 0.56 0.58
Hex 98 D0 5A 1B 0 39 12 58 38 3A
Octal 230 320 132 33 0 71 22 130 70 72
Binary 10011000 11010000 1011010 11011 0 111001 10010 1011000 111000 111010

Color Harmonies of #98D05A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98D05A

Black with #98D05A

Text Example


Text Example

White with #98D05A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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