Html Css Color HEX #98CC09 Citrus

📋 copy color: '#98CC09'

red 152 ◦ green 204 ◦ blue 9

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

Shades of Citrus #98CC09

Tints of Citrus #98CC09

RGB

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

 GREEN value IS 204 (80.08% from 255) = 55.89%

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

R = 41.64%
G = 55.89%
B = 2.47%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.96

 K value IS 0.2

RGB Variations

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

Color information

#98CC09 (or 0x98CC09) is known color: Citrus. HEX triplet: 98, CC and 09. RGB value is (152,204,9). Sum of RGB (Red+Green+Blue) = 152+204+9=365 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.64% from 365); Green value is 204 (80.08% from 255 or 55.89% from 365); Blue value is 9 (3.91% from 255 or 2.47% from 365); Max value from RGB is 204 - color contains mainly: green. Hex color #98CC09 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #98CC09 is #6733F6. Grayscale: #A6A6A6. Windows color (decimal): -6763511 or 642200. OLE color: 642200.

HSL color Cylindrical-coordinate representation of color #98CC09: hue angle of 76º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #98CC09 is Cyan = 0.25, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.2.

Color convert

RGB 152 204 9 -
CMYK 0.25 0 0.96 0.2
HSL 76º 0.92% 0.42% -
HSV(B) 76º 0.96% 0.8% -
XYZ 34.59 49.88 8.06 -
YUV 166.22 39.27 117.86 -
System Red Green Blue C M Y K H S L
Decimal 152 204 9 0.25 0 0.96 0.2 76 0.92 0.42
Hex 98 CC 9 19 0 60 14 4C 5C 2A
Octal 230 314 11 31 0 140 24 114 134 52
Binary 10011000 11001100 1001 11001 0 1100000 10100 1001100 1011100 101010

Color Harmonies of #98CC09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98CC09

Black with #98CC09

Text Example


Text Example

White with #98CC09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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