Html Css Color HEX #ABCF38 Atlantis

📋 copy color: '#ABCF38'

red 171 ◦ green 207 ◦ blue 56

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

Shades of Atlantis #ABCF38

Tints of Atlantis #ABCF38

RGB

 RED value IS 171 (67.19% from 255) = 39.4%

 GREEN value IS 207 (81.25% from 255) = 47.7%

 BLUE value IS 56 (22.27% from 255) = 12.9%

R = 39.4%
G = 47.7%
B = 12.9%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.73

 K value IS 0.19

RGB Variations

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

Color information

#ABCF38 (or 0xABCF38) is known color: Atlantis. HEX triplet: AB, CF and 38. RGB value is (171,207,56). Sum of RGB (Red+Green+Blue) = 171+207+56=434 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.40% from 434); Green value is 207 (81.25% from 255 or 47.70% from 434); Blue value is 56 (22.27% from 255 or 12.90% from 434); Max value from RGB is 207 - color contains mainly: green. Hex color #ABCF38 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABCF38 is #5430C7. Grayscale: #B3B3B3. Windows color (decimal): -5517512 or 3723179. OLE color: 3723179.

HSL color Cylindrical-coordinate representation of color #ABCF38: hue angle of 74.3º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ABCF38 is Cyan = 0.17, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.19.

Color convert

RGB 171 207 56 -
CMYK 0.17 0 0.73 0.19
HSL 74.3º 0.61% 0.52% -
HSV(B) 74.3º 0.73% 0.81% -
XYZ 39.82 53.57 11.98 -
YUV 179.02 58.57 122.28 -
System Red Green Blue C M Y K H S L
Decimal 171 207 56 0.17 0 0.73 0.19 74.3 0.61 0.52
Hex AB CF 38 11 0 49 13 4A 3D 34
Octal 253 317 70 21 0 111 23 112 75 64
Binary 10101011 11001111 111000 10001 0 1001001 10011 1001010 111101 110100

Color Harmonies of #ABCF38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCF38

Black with #ABCF38

Text Example


Text Example

White with #ABCF38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCF38; }

 p { color: rgb(171,207,56); }

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

background-color css

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

 a { background-color: rgb(171,207,56); }

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

border-color css

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

 span { border-color: rgb(171,207,56); }

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