Html Css Color HEX #9DBE4A Atlantis

📋 copy color: '#9DBE4A'

red 157 ◦ green 190 ◦ blue 74

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

Shades of Atlantis #9DBE4A

Tints of Atlantis #9DBE4A

RGB

 RED value IS 157 (61.72% from 255) = 37.29%

 GREEN value IS 190 (74.61% from 255) = 45.13%

 BLUE value IS 74 (29.3% from 255) = 17.58%

R = 37.29%
G = 45.13%
B = 17.58%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#9DBE4A (or 0x9DBE4A) is known color: Atlantis. HEX triplet: 9D, BE and 4A. RGB value is (157,190,74). Sum of RGB (Red+Green+Blue) = 157+190+74=421 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.29% from 421); Green value is 190 (74.61% from 255 or 45.13% from 421); Blue value is 74 (29.30% from 255 or 17.58% from 421); Max value from RGB is 190 - color contains mainly: green. Hex color #9DBE4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DBE4A is #6241B5. Grayscale: #A7A7A7. Windows color (decimal): -6439350 or 4898461. OLE color: 4898461.

HSL color Cylindrical-coordinate representation of color #9DBE4A: hue angle of 77.07º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9DBE4A is Cyan = 0.17, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB 157 190 74 -
CMYK 0.17 0 0.61 0.25
HSL 77.07º 0.47% 0.52% -
HSV(B) 77.07º 0.61% 0.75% -
XYZ 33.55 44.49 13.3 -
YUV 166.91 75.57 120.93 -
System Red Green Blue C M Y K H S L
Decimal 157 190 74 0.17 0 0.61 0.25 77.07 0.47 0.52
Hex 9D BE 4A 11 0 3D 19 4D 2F 34
Octal 235 276 112 21 0 75 31 115 57 64
Binary 10011101 10111110 1001010 10001 0 111101 11001 1001101 101111 110100

Color Harmonies of #9DBE4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DBE4A

Black with #9DBE4A

Text Example


Text Example

White with #9DBE4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9DBE4A; }

 p { color: rgb(157,190,74); }

 H1.HeaderClassName
 {
   color: #9DBE4A;
 }
 .AnyTagClassName
 {
   color: #9DBE4A;
 }
</style>

background-color css

<style>
 a { background-color: #9DBE4A; }

 a { background-color: rgb(157,190,74); }

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

border-color css

<style>
 span { border-color: #9DBE4A; }

 span { border-color: rgb(157,190,74); }

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