Html Css Color HEX #98C010 Citrus

📋 copy color: '#98C010'

red 152 ◦ green 192 ◦ blue 16

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

Shades of Citrus #98C010

Tints of Citrus #98C010

RGB

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

 GREEN value IS 192 (75.39% from 255) = 53.33%

 BLUE value IS 16 (6.64% from 255) = 4.44%

R = 42.22%
G = 53.33%
B = 4.44%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#98C010 (or 0x98C010) is known color: Citrus. HEX triplet: 98, C0 and 10. RGB value is (152,192,16). Sum of RGB (Red+Green+Blue) = 152+192+16=360 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.22% from 360); Green value is 192 (75.39% from 255 or 53.33% from 360); Blue value is 16 (6.64% from 255 or 4.44% from 360); Max value from RGB is 192 - color contains mainly: green. Hex color #98C010 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #98C010 is #673FEF. Grayscale: #A0A0A0. Windows color (decimal): -6766576 or 1097880. OLE color: 1097880.

HSL color Cylindrical-coordinate representation of color #98C010: hue angle of 73.64º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #98C010 is Cyan = 0.21, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.25.

Color convert

RGB 152 192 16 -
CMYK 0.21 0 0.92 0.25
HSL 73.64º 0.85% 0.41% -
HSV(B) 73.64º 0.92% 0.75% -
XYZ 31.89 44.41 7.38 -
YUV 159.98 46.75 122.31 -
System Red Green Blue C M Y K H S L
Decimal 152 192 16 0.21 0 0.92 0.25 73.64 0.85 0.41
Hex 98 C0 10 15 0 5C 19 4A 55 29
Octal 230 300 20 25 0 134 31 112 125 51
Binary 10011000 11000000 10000 10101 0 1011100 11001 1001010 1010101 101001

Color Harmonies of #98C010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98C010

Black with #98C010

Text Example


Text Example

White with #98C010

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,192,16); }

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

background-color css

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

 a { background-color: rgb(152,192,16); }

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

border-color css

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

 span { border-color: rgb(152,192,16); }

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