Html Css Color HEX #AFCE54 Conifer

📋 copy color: '#AFCE54'

red 175 ◦ green 206 ◦ blue 84

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

Shades of Conifer #AFCE54

Tints of Conifer #AFCE54

RGB

 RED value IS 175 (68.75% from 255) = 37.63%

 GREEN value IS 206 (80.86% from 255) = 44.3%

 BLUE value IS 84 (33.2% from 255) = 18.06%

R = 37.63%
G = 44.3%
B = 18.06%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.59

 K value IS 0.19

RGB Variations

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

Color information

#AFCE54 (or 0xAFCE54) is known color: Conifer. HEX triplet: AF, CE and 54. RGB value is (175,206,84). Sum of RGB (Red+Green+Blue) = 175+206+84=465 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.63% from 465); Green value is 206 (80.86% from 255 or 44.30% from 465); Blue value is 84 (33.20% from 255 or 18.06% from 465); Max value from RGB is 206 - color contains mainly: green. Hex color #AFCE54 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFCE54 is #5031AB. Grayscale: #B7B7B7. Windows color (decimal): -5255596 or 5557935. OLE color: 5557935.

HSL color Cylindrical-coordinate representation of color #AFCE54: hue angle of 75.25º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AFCE54 is Cyan = 0.15, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.19.

Color convert

RGB 175 206 84 -
CMYK 0.15 0 0.59 0.19
HSL 75.25º 0.55% 0.57% -
HSV(B) 75.25º 0.59% 0.81% -
XYZ 41.35 53.9 16.61 -
YUV 182.82 72.23 122.42 -
System Red Green Blue C M Y K H S L
Decimal 175 206 84 0.15 0 0.59 0.19 75.25 0.55 0.57
Hex AF CE 54 F 0 3B 13 4B 37 39
Octal 257 316 124 17 0 73 23 113 67 71
Binary 10101111 11001110 1010100 1111 0 111011 10011 1001011 110111 111001

Color Harmonies of #AFCE54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCE54

Black with #AFCE54

Text Example


Text Example

White with #AFCE54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCE54; }

 p { color: rgb(175,206,84); }

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

background-color css

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

 a { background-color: rgb(175,206,84); }

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

border-color css

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

 span { border-color: rgb(175,206,84); }

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