Html Css Color HEX #98C33C Atlantis

📋 copy color: '#98C33C'

red 152 ◦ green 195 ◦ blue 60

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

Shades of Atlantis #98C33C

Tints of Atlantis #98C33C

RGB

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

 GREEN value IS 195 (76.56% from 255) = 47.91%

 BLUE value IS 60 (23.83% from 255) = 14.74%

R = 37.35%
G = 47.91%
B = 14.74%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#98C33C (or 0x98C33C) is known color: Atlantis. HEX triplet: 98, C3 and 3C. RGB value is (152,195,60). Sum of RGB (Red+Green+Blue) = 152+195+60=407 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.35% from 407); Green value is 195 (76.56% from 255 or 47.91% from 407); Blue value is 60 (23.83% from 255 or 14.74% from 407); Max value from RGB is 195 - color contains mainly: green. Hex color #98C33C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98C33C is #673CC3. Grayscale: #A7A7A7. Windows color (decimal): -6765764 or 3982232. OLE color: 3982232.

HSL color Cylindrical-coordinate representation of color #98C33C: hue angle of 79.11º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #98C33C is Cyan = 0.22, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.

Color convert

RGB 152 195 60 -
CMYK 0.22 0 0.69 0.24
HSL 79.11º 0.53% 0.5% -
HSV(B) 79.11º 0.69% 0.76% -
XYZ 33.28 46.03 11.41 -
YUV 166.75 67.75 117.48 -
System Red Green Blue C M Y K H S L
Decimal 152 195 60 0.22 0 0.69 0.24 79.11 0.53 0.5
Hex 98 C3 3C 16 0 45 18 4F 35 32
Octal 230 303 74 26 0 105 30 117 65 62
Binary 10011000 11000011 111100 10110 0 1000101 11000 1001111 110101 110010

Color Harmonies of #98C33C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98C33C

Black with #98C33C

Text Example


Text Example

White with #98C33C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,195,60); }

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

background-color css

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

 a { background-color: rgb(152,195,60); }

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

border-color css

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

 span { border-color: rgb(152,195,60); }

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