Html Css Color HEX #98CC3E Atlantis

📋 copy color: '#98CC3E'

red 152 ◦ green 204 ◦ blue 62

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

Shades of Atlantis #98CC3E

Tints of Atlantis #98CC3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 14.83%

R = 36.36%
G = 48.8%
B = 14.83%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.70

 K value IS 0.2

RGB Variations

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

Color information

#98CC3E (or 0x98CC3E) is known color: Atlantis. HEX triplet: 98, CC and 3E. RGB value is (152,204,62). Sum of RGB (Red+Green+Blue) = 152+204+62=418 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.36% from 418); Green value is 204 (80.08% from 255 or 48.80% from 418); Blue value is 62 (24.61% from 255 or 14.83% from 418); Max value from RGB is 204 - color contains mainly: green. Hex color #98CC3E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98CC3E is #6733C1. Grayscale: #ACACAC. Windows color (decimal): -6763458 or 4115608. OLE color: 4115608.

HSL color Cylindrical-coordinate representation of color #98CC3E: hue angle of 81.97º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #98CC3E is Cyan = 0.25, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.2.

Color convert

RGB 152 204 62 -
CMYK 0.25 0 0.70 0.2
HSL 81.97º 0.58% 0.52% -
HSV(B) 81.97º 0.7% 0.8% -
XYZ 35.41 50.21 12.38 -
YUV 172.26 65.77 113.55 -
System Red Green Blue C M Y K H S L
Decimal 152 204 62 0.25 0 0.70 0.2 81.97 0.58 0.52
Hex 98 CC 3E 19 0 46 14 52 3A 34
Octal 230 314 76 31 0 106 24 122 72 64
Binary 10011000 11001100 111110 11001 0 1000110 10100 1010010 111010 110100

Color Harmonies of #98CC3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98CC3E

Black with #98CC3E

Text Example


Text Example

White with #98CC3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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