Html Css Color HEX #98CA09 Citrus

📋 copy color: '#98CA09'

red 152 ◦ green 202 ◦ blue 9

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

Shades of Citrus #98CA09

Tints of Citrus #98CA09

RGB

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

 GREEN value IS 202 (79.3% from 255) = 55.65%

 BLUE value IS 9 (3.91% from 255) = 2.48%

R = 41.87%
G = 55.65%
B = 2.48%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.96

 K value IS 0.21

RGB Variations

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

Color information

#98CA09 (or 0x98CA09) is known color: Citrus. HEX triplet: 98, CA and 09. RGB value is (152,202,9). Sum of RGB (Red+Green+Blue) = 152+202+9=363 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.87% from 363); Green value is 202 (79.30% from 255 or 55.65% from 363); Blue value is 9 (3.91% from 255 or 2.48% from 363); Max value from RGB is 202 - color contains mainly: green. Hex color #98CA09 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #98CA09 is #6735F6. Grayscale: #A5A5A5. Windows color (decimal): -6764023 or 641688. OLE color: 641688.

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

Color convert

RGB 152 202 9 -
CMYK 0.25 0 0.96 0.21
HSL 75.54º 0.91% 0.41% -
HSV(B) 75.54º 0.96% 0.79% -
XYZ 34.12 48.94 7.91 -
YUV 165.05 39.94 118.69 -
System Red Green Blue C M Y K H S L
Decimal 152 202 9 0.25 0 0.96 0.21 75.54 0.91 0.41
Hex 98 CA 9 19 0 60 15 4C 5B 29
Octal 230 312 11 31 0 140 25 114 133 51
Binary 10011000 11001010 1001 11001 0 1100000 10101 1001100 1011011 101001

Color Harmonies of #98CA09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98CA09

Black with #98CA09

Text Example


Text Example

White with #98CA09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,202,9); }

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

background-color css

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

 a { background-color: rgb(152,202,9); }

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

border-color css

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

 span { border-color: rgb(152,202,9); }

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