Html Css Color HEX #AFF767 Conifer

📋 copy color: '#AFF767'

red 175 ◦ green 247 ◦ blue 103

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

Shades of Conifer #AFF767

Tints of Conifer #AFF767

RGB

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

 GREEN value IS 247 (96.88% from 255) = 47.05%

 BLUE value IS 103 (40.63% from 255) = 19.62%

R = 33.33%
G = 47.05%
B = 19.62%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.58

 K value IS 0.03

RGB Variations

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

Color information

#AFF767 (or 0xAFF767) is known color: Conifer. HEX triplet: AF, F7 and 67. RGB value is (175,247,103). Sum of RGB (Red+Green+Blue) = 175+247+103=525 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.33% from 525); Green value is 247 (96.88% from 255 or 47.05% from 525); Blue value is 103 (40.62% from 255 or 19.62% from 525); Max value from RGB is 247 - color contains mainly: green. Hex color #AFF767 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF767 is #500898. Grayscale: #D1D1D1. Windows color (decimal): -5245081 or 6813615. OLE color: 6813615.

HSL color Cylindrical-coordinate representation of color #AFF767: hue angle of 90º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AFF767 is Cyan = 0.29, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.03.

Color convert

RGB 175 247 103 -
CMYK 0.29 0 0.58 0.03
HSL 90º 0.9% 0.69% -
HSV(B) 90º 0.58% 0.97% -
XYZ 53.39 76.61 24.81 -
YUV 209.06 68.15 103.71 -
System Red Green Blue C M Y K H S L
Decimal 175 247 103 0.29 0 0.58 0.03 90 0.9 0.69
Hex AF F7 67 1D 0 3A 3 5A 5A 45
Octal 257 367 147 35 0 72 3 132 132 105
Binary 10101111 11110111 1100111 11101 0 111010 11 1011010 1011010 1000101

Color Harmonies of #AFF767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF767

Black with #AFF767

Text Example


Text Example

White with #AFF767

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF767; }

 p { color: rgb(175,247,103); }

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

background-color css

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

 a { background-color: rgb(175,247,103); }

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

border-color css

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

 span { border-color: rgb(175,247,103); }

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