Html Css Color HEX #98CA4B Atlantis

📋 copy color: '#98CA4B'

red 152 ◦ green 202 ◦ blue 75

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

Shades of Atlantis #98CA4B

Tints of Atlantis #98CA4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 17.48%

R = 35.43%
G = 47.09%
B = 17.48%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.63

 K value IS 0.21

RGB Variations

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

Color information

#98CA4B (or 0x98CA4B) is known color: Atlantis. HEX triplet: 98, CA and 4B. RGB value is (152,202,75). Sum of RGB (Red+Green+Blue) = 152+202+75=429 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.43% from 429); Green value is 202 (79.30% from 255 or 47.09% from 429); Blue value is 75 (29.69% from 255 or 17.48% from 429); Max value from RGB is 202 - color contains mainly: green. Hex color #98CA4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98CA4B is #6735B4. Grayscale: #ADADAD. Windows color (decimal): -6763957 or 4967064. OLE color: 4967064.

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

Color convert

RGB 152 202 75 -
CMYK 0.25 0 0.63 0.21
HSL 83.62º 0.55% 0.54% -
HSV(B) 83.62º 0.63% 0.79% -
XYZ 35.34 49.42 14.33 -
YUV 172.57 72.94 113.33 -
System Red Green Blue C M Y K H S L
Decimal 152 202 75 0.25 0 0.63 0.21 83.62 0.55 0.54
Hex 98 CA 4B 19 0 3F 15 54 37 36
Octal 230 312 113 31 0 77 25 124 67 66
Binary 10011000 11001010 1001011 11001 0 111111 10101 1010100 110111 110110

Color Harmonies of #98CA4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98CA4B

Black with #98CA4B

Text Example


Text Example

White with #98CA4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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