Html Css Color HEX #98C612 Citrus

📋 copy color: '#98C612'

red 152 ◦ green 198 ◦ blue 18

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

Shades of Citrus #98C612

Tints of Citrus #98C612

RGB

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

 GREEN value IS 198 (77.73% from 255) = 53.8%

 BLUE value IS 18 (7.42% from 255) = 4.89%

R = 41.3%
G = 53.8%
B = 4.89%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#98C612 (or 0x98C612) is known color: Citrus. HEX triplet: 98, C6 and 12. RGB value is (152,198,18). Sum of RGB (Red+Green+Blue) = 152+198+18=368 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.30% from 368); Green value is 198 (77.73% from 255 or 53.80% from 368); Blue value is 18 (7.42% from 255 or 4.89% from 368); Max value from RGB is 198 - color contains mainly: green. Hex color #98C612 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #98C612 is #6739ED. Grayscale: #A4A4A4. Windows color (decimal): -6765038 or 1230488. OLE color: 1230488.

HSL color Cylindrical-coordinate representation of color #98C612: hue angle of 75.33º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #98C612 is Cyan = 0.23, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.22.

Color convert

RGB 152 198 18 -
CMYK 0.23 0 0.91 0.22
HSL 75.33º 0.83% 0.42% -
HSV(B) 75.33º 0.91% 0.78% -
XYZ 33.25 47.11 7.91 -
YUV 163.73 45.76 119.64 -
System Red Green Blue C M Y K H S L
Decimal 152 198 18 0.23 0 0.91 0.22 75.33 0.83 0.42
Hex 98 C6 12 17 0 5B 16 4B 53 2A
Octal 230 306 22 27 0 133 26 113 123 52
Binary 10011000 11000110 10010 10111 0 1011011 10110 1001011 1010011 101010

Color Harmonies of #98C612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98C612

Black with #98C612

Text Example


Text Example

White with #98C612

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,198,18); }

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

background-color css

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

 a { background-color: rgb(152,198,18); }

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

border-color css

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

 span { border-color: rgb(152,198,18); }

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