Html Css Color HEX #98ED4A Conifer

📋 copy color: '#98ED4A'

red 152 ◦ green 237 ◦ blue 74

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

Shades of Conifer #98ED4A

Tints of Conifer #98ED4A

RGB

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

 GREEN value IS 237 (92.97% from 255) = 51.19%

 BLUE value IS 74 (29.3% from 255) = 15.98%

R = 32.83%
G = 51.19%
B = 15.98%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#98ED4A (or 0x98ED4A) is known color: Conifer. HEX triplet: 98, ED and 4A. RGB value is (152,237,74). Sum of RGB (Red+Green+Blue) = 152+237+74=463 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.83% from 463); Green value is 237 (92.97% from 255 or 51.19% from 463); Blue value is 74 (29.30% from 255 or 15.98% from 463); Max value from RGB is 237 - color contains mainly: green. Hex color #98ED4A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #98ED4A is #6712B5. Grayscale: #C1C1C1. Windows color (decimal): -6754998 or 4910488. OLE color: 4910488.

HSL color Cylindrical-coordinate representation of color #98ED4A: hue angle of 91.29º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #98ED4A is Cyan = 0.36, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.07.

Color convert

RGB 152 237 74 -
CMYK 0.36 0 0.69 0.07
HSL 91.29º 0.82% 0.61% -
HSV(B) 91.29º 0.69% 0.93% -
XYZ 44.47 67.74 17.21 -
YUV 193 60.84 98.75 -
System Red Green Blue C M Y K H S L
Decimal 152 237 74 0.36 0 0.69 0.07 91.29 0.82 0.61
Hex 98 ED 4A 24 0 45 7 5B 52 3D
Octal 230 355 112 44 0 105 7 133 122 75
Binary 10011000 11101101 1001010 100100 0 1000101 111 1011011 1010010 111101

Color Harmonies of #98ED4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98ED4A

Black with #98ED4A

Text Example


Text Example

White with #98ED4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,237,74); }

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

background-color css

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

 a { background-color: rgb(152,237,74); }

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

border-color css

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

 span { border-color: rgb(152,237,74); }

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