Html Css Color HEX #ABCD48 Conifer

📋 copy color: '#ABCD48'

red 171 ◦ green 205 ◦ blue 72

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

Shades of Conifer #ABCD48

Tints of Conifer #ABCD48

RGB

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

 GREEN value IS 205 (80.47% from 255) = 45.76%

 BLUE value IS 72 (28.52% from 255) = 16.07%

R = 38.17%
G = 45.76%
B = 16.07%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.65

 K value IS 0.20

RGB Variations

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

Color information

#ABCD48 (or 0xABCD48) is known color: Conifer. HEX triplet: AB, CD and 48. RGB value is (171,205,72). Sum of RGB (Red+Green+Blue) = 171+205+72=448 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.17% from 448); Green value is 205 (80.47% from 255 or 45.76% from 448); Blue value is 72 (28.52% from 255 or 16.07% from 448); Max value from RGB is 205 - color contains mainly: green. Hex color #ABCD48 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABCD48 is #5432B7. Grayscale: #B4B4B4. Windows color (decimal): -5518008 or 4771243. OLE color: 4771243.

HSL color Cylindrical-coordinate representation of color #ABCD48: hue angle of 75.34º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ABCD48 is Cyan = 0.17, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.20.

Color convert

RGB 171 205 72 -
CMYK 0.17 0 0.65 0.20
HSL 75.34º 0.57% 0.54% -
HSV(B) 75.34º 0.65% 0.8% -
XYZ 39.8 52.79 14.22 -
YUV 179.67 67.24 121.81 -
System Red Green Blue C M Y K H S L
Decimal 171 205 72 0.17 0 0.65 0.20 75.34 0.57 0.54
Hex AB CD 48 11 0 41 14 4B 39 36
Octal 253 315 110 21 0 101 24 113 71 66
Binary 10101011 11001101 1001000 10001 0 1000001 10100 1001011 111001 110110

Color Harmonies of #ABCD48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCD48

Black with #ABCD48

Text Example


Text Example

White with #ABCD48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCD48; }

 p { color: rgb(171,205,72); }

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

background-color css

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

 a { background-color: rgb(171,205,72); }

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

border-color css

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

 span { border-color: rgb(171,205,72); }

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