Html Css Color HEX #98CA43 Atlantis

📋 copy color: '#98CA43'

red 152 ◦ green 202 ◦ blue 67

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

Shades of Atlantis #98CA43

Tints of Atlantis #98CA43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 15.91%

R = 36.1%
G = 47.98%
B = 15.91%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.67

 K value IS 0.21

RGB Variations

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

Color information

#98CA43 (or 0x98CA43) is known color: Atlantis. HEX triplet: 98, CA and 43. RGB value is (152,202,67). Sum of RGB (Red+Green+Blue) = 152+202+67=421 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.10% from 421); Green value is 202 (79.30% from 255 or 47.98% from 421); Blue value is 67 (26.56% from 255 or 15.91% from 421); Max value from RGB is 202 - color contains mainly: green. Hex color #98CA43 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98CA43 is #6735BC. Grayscale: #ACACAC. Windows color (decimal): -6763965 or 4442776. OLE color: 4442776.

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

Color convert

RGB 152 202 67 -
CMYK 0.25 0 0.67 0.21
HSL 82.22º 0.56% 0.53% -
HSV(B) 82.22º 0.67% 0.79% -
XYZ 35.08 49.32 12.98 -
YUV 171.66 68.94 113.98 -
System Red Green Blue C M Y K H S L
Decimal 152 202 67 0.25 0 0.67 0.21 82.22 0.56 0.53
Hex 98 CA 43 19 0 43 15 52 38 35
Octal 230 312 103 31 0 103 25 122 70 65
Binary 10011000 11001010 1000011 11001 0 1000011 10101 1010010 111000 110101

Color Harmonies of #98CA43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98CA43

Black with #98CA43

Text Example


Text Example

White with #98CA43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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