Html Css Color HEX #AFE648 Conifer

📋 copy color: '#AFE648'

red 175 ◦ green 230 ◦ blue 72

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

Shades of Conifer #AFE648

Tints of Conifer #AFE648

RGB

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

 GREEN value IS 230 (90.23% from 255) = 48.22%

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

R = 36.69%
G = 48.22%
B = 15.09%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.69

 K value IS 0.10

RGB Variations

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

Color information

#AFE648 (or 0xAFE648) is known color: Conifer. HEX triplet: AF, E6 and 48. RGB value is (175,230,72). Sum of RGB (Red+Green+Blue) = 175+230+72=477 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.69% from 477); Green value is 230 (90.23% from 255 or 48.22% from 477); Blue value is 72 (28.52% from 255 or 15.09% from 477); Max value from RGB is 230 - color contains mainly: green. Hex color #AFE648 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFE648 is #5019B7. Grayscale: #C4C4C4. Windows color (decimal): -5249464 or 4777647. OLE color: 4777647.

HSL color Cylindrical-coordinate representation of color #AFE648: hue angle of 80.89º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AFE648 is Cyan = 0.24, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.10.

Color convert

RGB 175 230 72 -
CMYK 0.24 0 0.69 0.10
HSL 80.89º 0.76% 0.59% -
HSV(B) 80.89º 0.69% 0.9% -
XYZ 47.15 66.18 16.42 -
YUV 195.54 58.28 113.35 -
System Red Green Blue C M Y K H S L
Decimal 175 230 72 0.24 0 0.69 0.10 80.89 0.76 0.59
Hex AF E6 48 18 0 45 A 51 4C 3B
Octal 257 346 110 30 0 105 12 121 114 73
Binary 10101111 11100110 1001000 11000 0 1000101 1010 1010001 1001100 111011

Color Harmonies of #AFE648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE648

Black with #AFE648

Text Example


Text Example

White with #AFE648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE648; }

 p { color: rgb(175,230,72); }

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

background-color css

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

 a { background-color: rgb(175,230,72); }

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

border-color css

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

 span { border-color: rgb(175,230,72); }

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